about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-11-04Auto merge of #37356 - cristicbz:wrapsum, r=alexcrichtonbors-58/+86
2016-11-04std: Track change to cprng syscall signature (Fuchsia)Raph Levien-8/+20
2016-11-04Remove recursive call from Cow::to_mutOliver Middleton-1/+4
2016-11-04fix #37559: update compiler-rtTim Neumann-0/+0
2016-11-04Change Into<Vec<u8>> for String and Into<OsString> for PathBuf to From implsleonardo.yvens-11/+11
2016-11-04Auto merge of #37306 - bluss:trusted-len, r=alexcrichtonbors-60/+146
2016-11-04Add -Zhir-stats for collecting statistics on HIR and ASTMichael Woerister-2/+428
2016-11-04Auto merge of #37167 - nikomatsakis:jroesch-issue-18937, r=pnkfelixbors-785/+1713
2016-11-04Auto merge of #37037 - Mark-Simulacrum:stack-error, r=alexcrichtonbors-21/+48
2016-11-04reference full path `DefaultHasher`Liigo Zhuang-9/+18
2016-11-04Fix fallout in tests.Jeffrey Seyfried-28/+33
2016-11-03Auto merge of #36306 - nagisa:mir-local-cleanup, r=eddybbors-35/+137
2016-11-04Shrink `Expr_::ExprStruct`.Nicholas Nethercote-4/+4
2016-11-04Reorder `hir::Expr` fields.Nicholas Nethercote-1/+1
2016-11-03Fix invalid "ref mut mut" sugestionEsteban Küber-11/+130
2016-11-04Remove field `TtReader::next_tok`.Jeffrey Seyfried-7/+2
2016-11-04Improve `tt`-heavy expansion performance.Jeffrey Seyfried-5/+23
2016-11-04Fix issues with the Add/AddAssign impls for Cow<str>Oliver Middleton-53/+143
2016-11-04Link the tracking issue for TrustedLenUlrik Sverdrup-19/+19
2016-11-03Move doc comment desugaring into the parser.Jeffrey Seyfried-33/+16
2016-11-03Avoid recontructing the `Parser` in `macro_parser.rs`.Jeffrey Seyfried-42/+16
2016-11-03Make `ast::ExprKind` smaller.Jeffrey Seyfried-63/+43
2016-11-03Reimplement "macros: Improve `tt` fragments" with better performance.Jeffrey Seyfried-18/+61
2016-11-03Revert "macros: Improve `tt` fragments"Jeffrey Seyfried-20/+3
2016-11-03Reduce the size of `Token` and make it cheaper to clone by refactoringJeffrey Seyfried-226/+159
2016-11-03Clean up `parser.parse_token_tree()`.Jeffrey Seyfried-22/+13
2016-11-04core::ptr: Specify issue for ptr_wrapping_offset featureUlrik Sverdrup-2/+2
2016-11-03Set RUSTC_BOOTSTRAP to some value.Brian Anderson-1/+1
2016-11-03Fix ICE when querying DefId on Def::Err.Mark-Simulacrum-4/+19
2016-11-03Peekable::peek(): Use Option::as_ref()Martin Glagla-4/+1
2016-11-03Update to new sys requirementsJeremy Soller-0/+123
2016-11-03Merge branch 'master' into redoxJeremy Soller-1274/+2964
2016-11-03Add error note to illegal code snippetAngelo Polo-1/+1
2016-11-03use DefId's in const eval for cross-crate const fn'sTim Neumann-7/+41
2016-11-03set frame pointer elimination attribute for mainDominik Inführ-0/+3
2016-11-02Auto merge of #37541 - nikomatsakis:issue-37291, r=brsonbors-21/+97
2016-11-02Added Graph::is_cyclicic_node algorithmHavvy-15/+82
2016-11-03A way to remove otherwise unused locals from MIRSimonas Kazlauskas-35/+137
2016-11-03Bump the bootstrap cargo to match the one paired with 1.13Brian Anderson-1/+1
2016-11-02rustbuild: Rewrite user-facing interfaceAlex Crichton-983/+1115
2016-11-02Auto merge of #36993 - nnethercote:obligation, r=nikomatsakisbors-34/+37
2016-11-03Add feature gate for Self and associated types in struct expressions and patt...Vadim Petrochenkov-0/+52
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-73/+20
2016-11-02just use full-normalization when for the impl trait refNiko Matsakis-15/+10
2016-11-02normalize trait-ref in context of implNiko Matsakis-8/+8
2016-11-02add #32791 test caseNiko Matsakis-0/+81
2016-11-03leb128-encode integers before hashing them in IchHasher.Nicholas Nethercote-1/+37
2016-11-02Rollup merge of #37523 - d-unseductable:deref_mut_lifetimes, r=blussJonathan Turner-2/+2
2016-11-02Rollup merge of #37517 - Mark-Simulacrum:add-unwrap-default-tracking-issue, r...Jonathan Turner-1/+1
2016-11-02Rollup merge of #37513 - michaelwoerister:hash-panic-spans, r=nikomatsakisJonathan Turner-35/+527