summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-08Nuke the entire ctfe from orbit, it's the only way to be sureOliver Schneider-2067/+630
2018-03-08Resolve variant field accessOliver Schneider-7/+13
2018-03-08Move librustc_const_eval to librustc_mirOliver Schneider-642/+626
2018-03-08Produce instead of pointersOliver Schneider-532/+1496
2018-03-08Add miri errors to the const eval error enumOliver Schneider-12/+294
2018-03-08Add a variant to ConstVal for storing miri resultsOliver Schneider-25/+165
2018-03-08bootstrap: pass datadir to rust-installerMarc-Antoine Perennou-3/+10
2018-03-08Move REGISTERED_DIAGNOSTICS to a ParseSess fieldJohn Kåre Alsaker-20/+12
2018-03-08Add with_lock, with_read_lock and with_write_lockJohn Kåre Alsaker-39/+87
2018-03-07Run rustfmt on `src/librustc_data_structures/graph/mod.rs`.Corey Farwell-24/+29
2018-03-07Replace iterator structures with `impl Trait`.Corey Farwell-77/+26
2018-03-07rustc: Fix ICE with `#[target_feature]` on moduleAlex Crichton-2/+22
2018-03-07appveyor: Fix a switched condition for cargotestAlex Crichton-2/+2
2018-03-07check stability of macro invocationsAustin Bonander-19/+141
2018-03-07Fix an error in the appveyor configAlex Crichton-2/+6
2018-03-07Merge branch 'shard-msvc-more' of https://github.com/alexcrichton/rust into r...Alex Crichton-1/+2
2018-03-07travis: Upgrade OSX buildersAlex Crichton-17/+68
2018-03-08Fix testShotaro Yamada-2/+1
2018-03-07rustc: Migrate to `termcolor` crate from `term`Alex Crichton-166/+136
2018-03-07appveyor: Shard more slow MSVC buildersAlex Crichton-1/+2
2018-03-07Merge branch 'update-llvm' of https://github.com/alexcrichton/rust into updat...Alex Crichton-1/+1
2018-03-07Merge branch 'incr_attr_queries' of https://github.com/wesleywiser/rust into ...Alex Crichton-394/+456
2018-03-07Merge branch 'metadata-send-sync' of https://github.com/Zoxc/rust into update...Alex Crichton-31/+76
2018-03-07Update cargo lockAlex Crichton-39/+19
2018-03-07Merge branch 'compiletest-update' of https://github.com/alexcrichton/rust int...Alex Crichton-12/+15
2018-03-07Merge branch 'refactor-select' of https://github.com/aravind-pg/rust into upd...Alex Crichton-84/+39
2018-03-07Merge branch 'bump_installer' of https://github.com/Eijebong/rust into update...Alex Crichton-0/+0
2018-03-07Rollup merge of #48802 - frewsxcv:frewsxcv-rm-python-zigg, r=alexcrichtonAlex Crichton-127/+0
2018-03-07Rollup merge of #48787 - mbrubeck:cloned, r=joshtriplettAlex Crichton-2/+1
2018-03-07Rollup merge of #48778 - sinkuu:rls_crash_tuple_struct, r=nrcAlex Crichton-8/+21
2018-03-07Rollup merge of #48698 - ishitatsuyuki:burn-equate, r=nikomatsakisAlex Crichton-148/+1
2018-03-07Rollup merge of #48651 - PramodBisht:issues/48425, r=oli-obkAlex Crichton-11/+11
2018-03-07Make `assert` macro a built-in procedural macroShotaro Yamada-1/+137
2018-03-06Rollup merge of #48618 - scottmcm:elaborate-exitcode, r=alexcrichtonAlex Crichton-32/+108
2018-03-06Update compiletest's dependenciesAlex Crichton-15/+30
2018-03-06Rollup merge of #48511 - GuillaumeGomez:rustdoc-resource-suffix, r=QuietMisdr...Alex Crichton-27/+64
2018-03-06Add caching for trans_fn_attrs queryWesley Wiser-0/+3
2018-03-06Add linkage to TransFnAttrsWesley Wiser-54/+48
2018-03-06Add target_features to TransFnAttrsWesley Wiser-101/+101
2018-03-06Add flag for rustc_std_internal_symbol attributeWesley Wiser-8/+9
2018-03-06Remove the contains_extern_indicator queryWesley Wiser-16/+11
2018-03-06Remove export_name queryWesley Wiser-64/+38
2018-03-06Replace attr::contains_name(..., "cold")Wesley Wiser-5/+5
2018-03-06Add `inline` to `TransFnAttrs`Wesley Wiser-137/+149
2018-03-06Add query for trans fn attributesWesley Wiser-15/+98
2018-03-07Make metadata references Send + SyncJohn Kåre Alsaker-31/+76
2018-03-06Remove unused 'src/etc/ziggurat_tables.py' Python script.Corey Farwell-127/+0
2018-03-07Do not panic on tuple struct access out of boundsShotaro Yamada-7/+13
2018-03-07Fix save-analysis generation panic with invalid tuple accessShotaro Yamada-1/+8
2018-03-06Stabilize option_ref_mut_clonedMatt Brubeck-2/+1