-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check pandoc's version correctly for >=1.10. #3801
Commits on Oct 9, 2012
-
Configuration menu - View commit details
-
Copy full SHA for bdc1b7a - Browse repository at this point
Copy the full SHA bdc1b7aView commit details
Commits on Oct 10, 2012
-
rustc: fix size computation of structs for the FFI
It didn't take alignment into account. Fixes #3656.
Configuration menu - View commit details
-
Copy full SHA for 25096a2 - Browse repository at this point
Copy the full SHA 25096a2View commit details
Commits on Oct 11, 2012
-
Conditional usage of LLVM DebugFlag
DebugFlag is conditionally exported by LLVM in llvm/Support/Debug.h in-between an #ifndef NDEBUG block; RustWrapper should not unconditionally use it. This closes #3701. Signed-off-by: Luca Bruno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97ecde2 - Browse repository at this point
Copy the full SHA 97ecde2View commit details
Commits on Oct 14, 2012
-
Use gpgv for signature verification in cargo
Parsing gpg output for signature verification is not recommended, as it can break easily (and doesn't work with i18n). This patch makes use of gpgv, as suggested by gpg authors: http://lists.gnupg.org/pipermail/gnupg-users/2004-August/023141.html This closes #3762. Signed-off-by: Luca Bruno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01aaeef - Browse repository at this point
Copy the full SHA 01aaeefView commit details
Commits on Oct 15, 2012
-
Configuration menu - View commit details
-
Copy full SHA for ab89b5c - Browse repository at this point
Copy the full SHA ab89b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6211ab - Browse repository at this point
Copy the full SHA f6211abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7237268 - Browse repository at this point
Copy the full SHA 7237268View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0643466 - Browse repository at this point
Copy the full SHA 0643466View commit details -
Check whether loans conflict with old loans or with themselves.
Along the way, convert from dvec-of-dvec representation to track loans in scope to just a single flattened list. It's more convenient. Fixes #3765. r+ pcwalton.
Configuration menu - View commit details
-
Copy full SHA for 2a1aa9f - Browse repository at this point
Copy the full SHA 2a1aa9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c886629 - Browse repository at this point
Copy the full SHA c886629View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f9e7ba - Browse repository at this point
Copy the full SHA 4f9e7baView commit details -
Previous commits fix the issue. Closes #3668
Configuration menu - View commit details
-
Copy full SHA for c5b82a6 - Browse repository at this point
Copy the full SHA c5b82a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91ae541 - Browse repository at this point
Copy the full SHA 91ae541View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d84505 - Browse repository at this point
Copy the full SHA 7d84505View commit details
Commits on Oct 16, 2012
-
Configuration menu - View commit details
-
Copy full SHA for d293286 - Browse repository at this point
Copy the full SHA d293286View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbc46d5 - Browse repository at this point
Copy the full SHA bbc46d5View commit details -
In ty::normalize_ty, don't replace self_regions with None
Instead, replace with re_static. This was causing ty::subst to fail when called from trans::type_of::type_of. Already discussed with nmatsakis and it's a small change, so no review. Closes #3447
Configuration menu - View commit details
-
Copy full SHA for b38092e - Browse repository at this point
Copy the full SHA b38092eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dc67c5 - Browse repository at this point
Copy the full SHA 4dc67c5View commit details
Commits on Oct 17, 2012
-
Configuration menu - View commit details
-
Copy full SHA for a92c3db - Browse repository at this point
Copy the full SHA a92c3dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1679960 - Browse repository at this point
Copy the full SHA 1679960View commit details -
Configuration menu - View commit details
-
Copy full SHA for 081a043 - Browse repository at this point
Copy the full SHA 081a043View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47c83f1 - Browse repository at this point
Copy the full SHA 47c83f1View commit details -
Merge pull request #3716 from Blei/fix-3656
rustc: fix size computation of structs for the FFI
Configuration menu - View commit details
-
Copy full SHA for 7f12cc4 - Browse repository at this point
Copy the full SHA 7f12cc4View commit details -
Merge pull request #3706 from erickt/str-with-capacity
libcore: add a str::with_capacity to match the fn in vec
Configuration menu - View commit details
-
Copy full SHA for ebce097 - Browse repository at this point
Copy the full SHA ebce097View commit details -
Merge pull request #3719 from lucab/lucab/to-upstream/pull-2
Fix #3701: rustllvm conditional build
Configuration menu - View commit details
-
Copy full SHA for f5e71f5 - Browse repository at this point
Copy the full SHA f5e71f5View commit details -
Merge pull request #3764 from lucab/lucab/to-upstream/pull-3
Use gpgv for signature verification in cargo
Configuration menu - View commit details
-
Copy full SHA for 5cf0c65 - Browse repository at this point
Copy the full SHA 5cf0c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for e94e82c - Browse repository at this point
Copy the full SHA e94e82cView commit details -
Sigil patrol: change fn@ fn& fn~ to @fn &fn ~fn
This also involves removing references to the old long-form closure syntax, which pcwalton alleges is deprecated and which was never updated for the new forms, e.g. `@fn() {}` is illegal.
Configuration menu - View commit details
-
Copy full SHA for 5e1d0ba - Browse repository at this point
Copy the full SHA 5e1d0baView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7ce3dc - Browse repository at this point
Copy the full SHA f7ce3dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca5506a - Browse repository at this point
Copy the full SHA ca5506aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66151d0 - Browse repository at this point
Copy the full SHA 66151d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7236472 - Browse repository at this point
Copy the full SHA 7236472View commit details -
Configuration menu - View commit details
-
Copy full SHA for b532a8e - Browse repository at this point
Copy the full SHA b532a8eView commit details -
Add a module to getopts to support verbose option definition
This is built on top of the existing functionality, but adds a `groups` module which defines functions allowing the user to specify whole short/long/description groups at once and provides a usage message.
Configuration menu - View commit details
-
Copy full SHA for 32baf1c - Browse repository at this point
Copy the full SHA 32baf1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2544d8 - Browse repository at this point
Copy the full SHA f2544d8View commit details -
std::treemap - changing types to reflect constraints, adding equality…
… check (space expensive)
Configuration menu - View commit details
-
Copy full SHA for fd6be2f - Browse repository at this point
Copy the full SHA fd6be2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbc90b6 - Browse repository at this point
Copy the full SHA bbc90b6View commit details -
Merge pull request #3739 from killerswan/usagemsg
Add a module to getopts for verbose option group declaration (and use it in rustc)
Configuration menu - View commit details
-
Copy full SHA for 33adb7a - Browse repository at this point
Copy the full SHA 33adb7aView commit details -
Enable configure to detect 32 bit systems on 64 bit kernels
These systems run 32 bit binaries so arch needs to be forced to 32 bits.
Configuration menu - View commit details
-
Copy full SHA for cf8bded - Browse repository at this point
Copy the full SHA cf8bdedView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9f1426 - Browse repository at this point
Copy the full SHA d9f1426View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dde840 - Browse repository at this point
Copy the full SHA 7dde840View commit details -
libsyntax: refactor the parser to consider foreign items as items
parse_item_or_view_item() would drop visibility if none of the conditions following it would hold. This was the case when parsing extern {} blocks, where the function was only used to parse view items, but discarded the visibility of the first not-view item.
Configuration menu - View commit details
-
Copy full SHA for e7e1bab - Browse repository at this point
Copy the full SHA e7e1babView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdd7b4d - Browse repository at this point
Copy the full SHA fdd7b4dView commit details
Commits on Oct 18, 2012
-
Add examples to the parsing limitations section of the macro tutorial.
(Thanks to bstrie for pointing them out!)
Configuration menu - View commit details
-
Copy full SHA for 0f2fc71 - Browse repository at this point
Copy the full SHA 0f2fc71View commit details -
Merge pull request #3799 from paulstansifer/master
Add examples to the parsing limitations section of the macro tutorial.
Configuration menu - View commit details
-
Copy full SHA for e28a161 - Browse repository at this point
Copy the full SHA e28a161View commit details -
Check pandoc's version correctly for >=1.10.
Tony Young committedOct 18, 2012 Configuration menu - View commit details
-
Copy full SHA for 2c1ed18 - Browse repository at this point
Copy the full SHA 2c1ed18View commit details