about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2017-01-04Update for changes to TraitItem on master.Eduard-Mihai Burtescu-3/+3
2017-01-04Don't leak the compiler's internal representation of scopes in error messages.Eduard-Mihai Burtescu-15/+41
2017-01-03Don't warn about dead foreign items if the 'allow(dead_code)' attribute is pr...Dylan McKay-1/+6
2017-01-01Auto merge of #38653 - Mark-Simulacrum:dropless-arena, r=eddybbors-86/+60
2016-12-31Utilize new in_arena method instead of hashing for Lifting interned itemsMark Simulacrum-25/+13
2016-12-31Split CtxtArenas into GlobalArenas and CtxtInterners.Mark Simulacrum-62/+48
2016-12-31Calculate discriminant bounds within 64 bitsSimonas Kazlauskas-7/+13
2016-12-30Fix rebase falloutest31-1/+3
2016-12-30Fix rebase falloutSimonas Kazlauskas-0/+4
2016-12-30Fix i128 alignment calculationSimonas Kazlauskas-11/+19
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-15/+48
2016-12-29Fallout from updating bootstrap CargoAlex Crichton-1/+0
2016-12-29Auto merge of #38571 - nrc:emit-metadata-change, r=alexcrichtonbors-14/+43
2016-12-29Auto merge of #38645 - nikomatsakis:incr-comp-fix-time-depth, r=nrcbors-3/+17
2016-12-29Support --emit=foo,metadataNick Cameron-1/+14
2016-12-29Restore --crate-type=metadata as an alias for --crate-type=rlib,--emit=metada...Nick Cameron-4/+15
2016-12-29Change --crate-type metadata to --emit=metadataNick Cameron-10/+15
2016-12-28rustdoc: pretty-print nested bodies in inlined constants.Eduard-Mihai Burtescu-1/+7
2016-12-28rustc: always print nested nodes where a HIR map is available.Eduard-Mihai Burtescu-314/+164
2016-12-28rustc: simplify constant cross-crate loading and rustc_passes::consts.Eduard-Mihai Burtescu-251/+120
2016-12-28rustc: move function arguments into hir::Body.Eduard-Mihai Burtescu-238/+269
2016-12-28rustc: separate bodies for static/(associated)const and embedded constants.Eduard-Mihai Burtescu-283/+294
2016-12-28rustc: separate TraitItem from their parent Item, just like ImplItem.Eduard-Mihai Burtescu-118/+240
2016-12-28hir: lower `ImplicitSelf` to resolved `Self` TyQPath's.Eduard-Mihai Burtescu-85/+27
2016-12-28Auto merge of #38579 - whitequark:min_atomic_width, r=alexcrichtonbors-1/+2
2016-12-27propagate TIME_DEPTH to the helper threads for -Z time-passesNiko Matsakis-3/+17
2016-12-28Auto merge of #38479 - michaelwoerister:extern_mod_ich, r=nikomatsakisbors-5/+8
2016-12-27Auto merge of #38574 - Mark-Simulacrum:box-free-unspecialize, r=eddybbors-1/+0
2016-12-26Remove extra lang item, exchange_free; use box_free instead.Mark Simulacrum-1/+0
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-7/+4
2016-12-25Auto merge of #38490 - jseyfried:def_id_vis, r=nrcbors-24/+30
2016-12-24Add a min_atomic_width target option, like max_atomic_width.whitequark-1/+2
2016-12-24Use `DefId`s instead of `NodeId`s for `pub(restricted)` visibilities.Jeffrey Seyfried-24/+30
2016-12-23Auto merge of #38523 - camlorn:disable_field_reordering, r=nikomatsakisbors-0/+4
2016-12-23Auto merge of #38401 - redox-os:redox_cross, r=brsonbors-12/+6
2016-12-23Auto merge of #38232 - jseyfried:refactor_global_paths, r=nrcbors-44/+40
2016-12-22Convert fam to SymbolJeremy Soller-3/+3
2016-12-22Correct target_family messJeremy Soller-12/+6
2016-12-22Remove outdated FIXME commentEsteban Küber-2/+0
2016-12-22Pretty-print `$crate::foo::bar` as `::foo::bar`.Jeffrey Seyfried-2/+2
2016-12-22Refactor how global paths are represented (for both ast and hir).Jeffrey Seyfried-44/+40
2016-12-21Disable field reorderingAustin Hicks-0/+4
2016-12-21ICH: Fix some omissions around foreign mods in hasher.Michael Woerister-5/+8
2016-12-21Auto merge of #38099 - GuillaumeGomez:cast_suggestions, r=nikomatsakisbors-2/+4
2016-12-20Merge branch 'rfc_1560_warning_cycle' of https://github.com/jseyfried/rust in...Alex Crichton-0/+7
2016-12-20Rollup merge of #38418 - michaelwoerister:def_path_cleanup, r=eddybAlex Crichton-427/+179
2016-12-20Rollup merge of #38315 - jonhoo:better-E0309, r=pnkfelixAlex Crichton-0/+17
2016-12-20Rollup merge of #38171 - jseyfried:cleanup, r=nrcAlex Crichton-24/+26
2016-12-20Rollup merge of #38150 - estebank:fix-23286, r=nikomatsakisAlex Crichton-8/+38
2016-12-20Allow multiple suggestionsGuillaume Gomez-1/+2