index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
ty
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-18
Copy extern prelude from resolver to global context
Vadim Petrochenkov
-1
/
+2
2018-09-15
rustc: support extern crates loaded after query engine creation.
Eduard-Mihai Burtescu
-1
/
+5
2018-09-14
Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb
bors
-5
/
+27
2018-09-12
Merge branch 'master' into kenta7777#53719
kenta7777
-2
/
+2
2018-09-11
Revert "renamed mk_nil_ptr to mk_unit_ptr"
kenta7777
-1
/
+1
2018-09-11
Silence dead code warning for the assertion statics
Oliver Schneider
-0
/
+2
2018-09-11
Properly access `std::mem::size_of`
Oliver Schneider
-2
/
+2
2018-09-11
Use assertion-like static assertions
Oliver Schneider
-2
/
+2
2018-09-11
Split `CrateNum` into an enum instead of having magic constants
Oliver Schneider
-2
/
+2
2018-09-11
Address attribute naming and use `Bound` enum
Oliver Schneider
-18
/
+15
2018-09-11
Get rid of the `non_zero` lang item in favour of arbitrary range specifications
Oliver Schneider
-0
/
+23
2018-09-10
add the `AscribeUserType` statement kind
Niko Matsakis
-2
/
+2
2018-09-10
renamed mk_nil_ptr to mk_unit_ptr
kenta7777
-1
/
+1
2018-09-10
renamed mk_nil to mk_unit
kenta7777
-2
/
+2
2018-09-05
Changing TyAnon -> TyOpaque and relevant functions
ms2300
-3
/
+3
2018-08-31
Implement the `min_const_fn` feature gate
Oliver Schneider
-0
/
+31
2018-08-29
Auto merge of #53659 - nnethercote:rm-AccumulateVec, r=Mark-Simulacrum
bors
-4
/
+4
2018-08-29
Remove `AccumulateVec` and its uses.
Nicholas Nethercote
-4
/
+4
2018-08-27
Miri Memory Work
Ralf Jung
-2
/
+2
2018-08-24
address pnkfelix nits
Niko Matsakis
-1
/
+1
2018-08-24
add a `user_substs` map into the typeck tables
Niko Matsakis
-1
/
+28
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-20
/
+20
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-3
/
+3
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-25
/
+25
2018-08-22
Rename ty::TyVariants to ty::TyKind
varkor
-8
/
+8
2018-08-22
Rename ty::Slice to ty::List
varkor
-60
/
+60
2018-08-21
Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor
kennytm
-1
/
+1
2018-08-21
Rollup merge of #53465 - bjorn3:remove_link_meta_struct, r=varkor
kennytm
-3
/
+3
2018-08-19
mv codemap() source_map()
Donato Sciarra
-1
/
+1
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-08-18
Use the new Entry::or_default method where possible.
Eduard-Mihai Burtescu
-3
/
+2
2018-08-18
Remove LinkMeta struct
bjorn3
-3
/
+3
2018-08-05
Improve query efficiency
varkor
-2
/
+1
2018-08-05
Fix outdated handling of GetLangItems
varkor
-9
/
+1
2018-08-05
Add lint for unknown feature attributes
varkor
-0
/
+9
2018-08-04
Move share_generics getter onto options directly
Mark Rousskov
-20
/
+2
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-7
/
+7
2018-08-02
When we turn on NLL migration in the 2018 edition, we need two-phase borrows ...
Felix S. Klock II
-3
/
+11
2018-07-26
integrate the edition code.
Felix S. Klock II
-26
/
+44
2018-07-26
Bug fix: `#![feature(nll)]` takes precedence over `-Z borrowck=migrate`.
Felix S. Klock II
-1
/
+16
2018-07-26
Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck.
Felix S. Klock II
-0
/
+7
2018-07-23
gcx outlives tcx which outlives a, no need to explicitly do gcx: a
Santiago Pastorino
-1
/
+1
2018-07-16
ExprKind
csmoe
-1
/
+1
2018-07-05
Do not run AST borrowck when -Zborrowck=mir
Santiago Pastorino
-0
/
+6
2018-06-27
nit: don't import Debug directly
Niko Matsakis
-3
/
+3
2018-06-26
move `Debug` bounds onto `Lift`
Niko Matsakis
-2
/
+3
2018-06-18
Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix
bors
-0
/
+7
2018-06-16
Auto merge of #51550 - eddyb:queries-not-maps, r=nikomatsakis
bors
-17
/
+11
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-17
/
+11
[next]