about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-03-02schedule drops on bindings only after initializing themAriel Ben-Yehuda-72/+98
2017-03-02Auto merge of #39655 - durka:recursion-limit-suggestion, r=nikomatsakisbors-62/+203
2017-03-02Rollup merge of #40194 - letmaik:patch-1, r=steveklabnikGuillaume Gomez-1/+1
2017-03-02Rollup merge of #40191 - topecongiro:x86-interrupt, r=steveklabnikGuillaume Gomez-0/+8
2017-03-02Rollup merge of #40175 - d-e-s-o:fix-inconsistency-in-guessing-game-readme, r...Guillaume Gomez-8/+8
2017-03-02Rollup merge of #40173 - er-1:master, r=alexcrichtonGuillaume Gomez-2/+2
2017-03-02Rollup merge of #40170 - iKevinY:if-let-typo, r=frewsxcvGuillaume Gomez-1/+1
2017-03-02Rollup merge of #40169 - MajorBreakfast:patch-8, r=steveklabnikGuillaume Gomez-1/+1
2017-03-02Rollup merge of #40168 - topecongiro:compile-fail-test-abi-ptx, r=petrochenkovGuillaume Gomez-1/+9
2017-03-02Rollup merge of #40144 - MajorBreakfast:patch-7, r=frewsxcvGuillaume Gomez-2/+3
2017-03-02Rollup merge of #40081 - GuillaumeGomez:poison-docs, r=frewsxcvGuillaume Gomez-7/+22
2017-03-02note -> helpAlex Burka-4/+4
2017-03-02Auto merge of #40188 - nikomatsakis:issue-40029, r=eddybbors-2/+69
2017-03-02Add abi_x86_interrupt to the unstable booktopecongiro-0/+8
2017-03-01fix wrong word used (static vs const)Maik Riechert-1/+1
2017-03-01Auto merge of #39803 - brson:fpic, r=alexcrichtonbors-0/+24
2017-03-01inhibit enum layout optimizations under `#[repr(C)]` or `#[repr(u8)]`Niko Matsakis-2/+69
2017-03-01Don't run test on darwinAlex Crichton-2/+6
2017-03-01doc: fix inconsistency in error output in guessing-game.mddeso-8/+8
2017-03-01Add a reference to the dl library to the Makefile of the test issue-24445.er-1-2/+2
2017-03-01Auto merge of #34198 - eddyb:you're-a-bad-transmute-and-you-should-feel-bad, ...bors-116/+153
2017-03-01Unit-like structs doc: Add compile fail tagJosef Brandl-1/+1
2017-03-01Fix link in `if let` docsKevin Yap-1/+1
2017-03-01String docs: Add "the"Josef Brandl-1/+1
2017-03-01Auto merge of #39419 - jseyfried:simplify_tokentree, r=nrcbors-766/+762
2017-03-01Add compile fail test for abi_ptxtopecongiro-1/+9
2017-02-28Rollup merge of #40128 - cengizIO:master, r=nikomatsakisCorey Farwell-467/+445
2017-02-28Rollup merge of #40028 - withoutboats:string_from_iter, r=alexcrichtonCorey Farwell-0/+9
2017-02-28Rollup merge of #39960 - lukaramu:issue-39925, r=alexcrichtonCorey Farwell-0/+14
2017-02-28Rollup merge of #39944 - GuillaumeGomez:associated-consts, r=frewsxcvCorey Farwell-63/+176
2017-02-28Rollup merge of #39936 - djzin:inclusive_rangeargument, r=alexcrichtonCorey Farwell-1/+115
2017-02-28Rollup merge of #39419 - jseyfried:simplify_tokentree, r=nrcCorey Farwell-766/+762
2017-02-28Rollup merge of #40153 - steveklabnik:alphabetize-unstable-book, r=frewsxcvSteve Klabnik-75/+75
2017-02-28Rollup merge of #40151 - steveklabnik:update-mdbook, r=frewsxcvSteve Klabnik-4/+4
2017-02-28Rollup merge of #40150 - topecongiro:compile-fail-test-cfg-target-has-atomic,...Steve Klabnik-1/+86
2017-02-28Rollup merge of #40142 - MajorBreakfast:patch-4, r=steveklabnikSteve Klabnik-1/+1
2017-02-28Rollup merge of #40130 - alexcrichton:fix-musl-again, r=nikomatsakisSteve Klabnik-2/+2
2017-02-28Add regression test.Jeffrey Seyfried-0/+49
2017-02-28Add warning cycle.Jeffrey Seyfried-13/+71
2017-02-28Refactor out `parser.expect_delimited_token_tree()`.Jeffrey Seyfried-36/+13
2017-02-28Merge `repeat_idx` and `repeat_len`.Jeffrey Seyfried-17/+15
2017-02-28Remove `Token::MatchNt`.Jeffrey Seyfried-78/+79
2017-02-28Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...Jeffrey Seyfried-484/+398
2017-02-28Avoid `Token::{OpenDelim, CloseDelim}`.Jeffrey Seyfried-17/+23
2017-02-28Remove `ext::tt::transcribe::tt_next_token`.Jeffrey Seyfried-149/+124
2017-02-28Clean up `ext::tt::transcribe::TtFrame`, rename to `Frame`.Jeffrey Seyfried-61/+88
2017-02-28Remove a `loop` in `ext::tt::transcribe`.Jeffrey Seyfried-32/+23
2017-02-28Make transmuting from fn item types to pointer-sized types a hard error.Eduard Burtescu-116/+153
2017-02-28sort unstable book alphabeticallySteve Klabnik-75/+75
2017-02-28update mdbook versionSteve Klabnik-4/+4