about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-04-27removed linting for dyn_traitChristian Poveda-10/+7
2018-04-27dyn_trait feature-gate just for stage0Christian Poveda-14/+5
2018-04-27removed dyn_trait feature from testsChristian Poveda-17/+5
2018-04-27stop requiring the feature-gate to use dyn_traitChristian Poveda-18/+2
2018-04-27mir: Deaggregate constant MIRNick Fitzgerald-20/+1
2018-04-27mir: Run drop elaboration on constant MIRNick Fitzgerald-8/+0
2018-04-27mir: Run copy propagation on constant mirNick Fitzgerald-20/+1
2018-04-27Auto merge of #50097 - glandium:box_free, r=nikomatsakisbors-154/+51
2018-04-27Allow #[inline] on closuresAmanieu d'Antras-32/+54
2018-04-27Address commentsJohn Kåre Alsaker-6/+9
2018-04-27Store query jobs and query results in separate maps to reduce memory usageJohn Kåre Alsaker-25/+23
2018-04-27Move query functions out from the define_maps! macroJohn Kåre Alsaker-300/+327
2018-04-27Create a job immediately when looking in the query map and start it laterJohn Kåre Alsaker-246/+217
2018-04-27Auto merge of #50275 - kennytm:rollup, r=kennytmbors-191/+2939
2018-04-27Rollup merge of #49894 - Zoxc:sync-internedstring, r=michaelwoeristerkennytm-149/+307
2018-04-27Rollup merge of #50246 - nnethercote:no-dump_allocs, r=Mark-Simulacrumkennytm-6/+11
2018-04-27Rollup merge of #50231 - GuillaumeGomez:doc-aliases, r=QuietMisdreavuskennytm-0/+33
2018-04-27Rollup merge of #50229 - GuillaumeGomez:search-one-result, r=QuietMisdreavuskennytm-31/+59
2018-04-27Rollup merge of #50227 - sinkuu:ice_non_local_trait, r=estebankkennytm-2/+12
2018-04-27Rollup merge of #50222 - michaelwoerister:bump-stage0-compiler-to-2018-04-24,...kennytm-1/+1
2018-04-27Auto merge of #49891 - cuviper:compiletest-crash, r=alexcrichtonbors-3/+7
2018-04-27Rollup merge of #49707 - steveklabnik:rustc-book, r=QuietMisdreavuskennytm-2/+2516
2018-04-26Add a ui test for an incorrect Result success type in a #[test]Scott McMurray-0/+34
2018-04-27Auto merge of #48995 - aravind-pg:canonical-query, r=nikomatsakisbors-109/+341
2018-04-26Update `parking_lot` dependenciesAlex Crichton-9/+9
2018-04-26not insta-stableMark Mansi-0/+2
2018-04-27Rename InternedString to LocalInternedString and introduce a new thread-safe ...John Kåre Alsaker-149/+307
2018-04-27Auto merge of #49420 - nox:enum-scalarpair, r=eddybbors-14/+90
2018-04-26Update a compile-fail testAravind Gollakota-1/+2
2018-04-26Retry canonical trait query in standard mode if overflow occursAravind Gollakota-24/+41
2018-04-26Remove the stored obligation in OverflowError to simplify thingsAravind Gollakota-26/+24
2018-04-26Introduce trait query mode and use it to set overflow error handling policy i...Aravind Gollakota-13/+60
2018-04-26Simplify trait selector's evaluation API slightlyAravind Gollakota-22/+6
2018-04-26Port existing callers of `evaluate_obligation` to the new canonical trait queryAravind Gollakota-16/+17
2018-04-26Create a canonical trait query for `evaluate_obligation`Aravind Gollakota-15/+155
2018-04-26Refactor overflow handling in traits::select to propagate overflow instead of...Aravind Gollakota-69/+113
2018-04-27stabilize opt-level={s,z}Jorge Aparicio-21/+9
2018-04-26rustc: Emit `uwtable` for allocator shimsAlex Crichton-0/+4
2018-04-26Auto merge of #50253 - nikomatsakis:regressions-2018-04-26, r=eddybbors-5/+37
2018-04-26Fix review nitsbobtwinkles-7/+7
2018-04-27Add one more prelude layer for extern crate names passed with `--extern`Vadim Petrochenkov-8/+204
2018-04-26Don't ICE on tuple struct ctor with incorrect arg countEsteban Küber-1/+28
2018-04-26Updated comments in auto trait machinery.Inokentiy Babushkin-3/+18
2018-04-26Simplified name mapping in auto trait handling.Inokentiy Babushkin-6/+4
2018-04-26Added a header comment to auto trait innards.Inokentiy Babushkin-0/+3
2018-04-26Reformatted source for auto trait machinery.Inokentiy Babushkin-188/+193
2018-04-26Reformatted and commented various bits of the auto trait machinery.Inokentiy Babushkin-198/+199
2018-04-26Adjusted types and visibility in auto trait machinery.Inokentiy Babushkin-5/+8
2018-04-26Cleaned up for tidy checks.Inokentiy Babushkin-3/+1
2018-04-26Reworked auto trait functionality in rustdoc.Inokentiy Babushkin-734/+62