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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
Age
Commit message (
Expand
)
Author
Lines
2019-03-10
Make migrate mode work at item level granularity
Matthew Jasper
-2
/
+6
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-80
/
+68
2019-03-09
Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister
Mazdak Farrokhzad
-29
/
+14
2019-03-09
Rollup merge of #58670 - saleemjaffer:refactor_typecast_check_kinds, r=oli-obk
Mazdak Farrokhzad
-17
/
+17
2019-03-09
Auto merge of #57882 - euclio:unused-doc-attributes, r=estebank
bors
-106
/
+108
2019-03-09
Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini
bors
-18
/
+80
2019-03-08
expand unused doc comment diagnostic
Andy Russell
-106
/
+108
2019-03-08
Auto merge of #58915 - ljedrz:deprecate_nodeid_methods, r=Zoxc
bors
-180
/
+139
2019-03-08
Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obk
Pietro Albini
-5
/
+14
2019-03-08
Rollup merge of #58883 - estebank:unused-closure-arg, r=varkor
Pietro Albini
-1
/
+14
2019-03-08
Rollup merge of #58204 - estebank:impl-trait-semi, r=zackmdavis
Pietro Albini
-12
/
+52
2019-03-08
Auto merge of #58013 - Zoxc:stable-hash-macro-simple, r=oli-obk
bors
-15
/
+8
2019-03-07
Update treat-err-as-bug help text
Esteban Küber
-1
/
+1
2019-03-07
hir: remove some obsolete NodeId methods
ljedrz
-34
/
+20
2019-03-07
hir: remove Visitor::visit_def_mention
ljedrz
-20
/
+1
2019-03-07
hir: replace NodeId with HirId in Destination
ljedrz
-17
/
+20
2019-03-07
hir: remove NodeId from PatKind
ljedrz
-16
/
+15
2019-03-07
Keep current behavior while accepting error count
Esteban Küber
-2
/
+11
2019-03-07
hir: remove NodeId from PathSegment
ljedrz
-12
/
+4
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-86
/
+84
2019-03-06
Fix incorrect default
Esteban Kuber
-1
/
+1
2019-03-06
Make `-Z treat-err-as-bug` take a number of errors to be emitted
Esteban Küber
-4
/
+4
2019-03-06
Rename check_privacy to check_private_in_public
John Kåre Alsaker
-5
/
+5
2019-03-06
Execute all parallel blocks even if they panic in a single-threaded compiler
John Kåre Alsaker
-4
/
+4
2019-03-06
Make misc checking 1 more parallel
John Kåre Alsaker
-12
/
+0
2019-03-06
Make misc checking 2 more parallel
John Kåre Alsaker
-12
/
+0
2019-03-06
Split up privacy checking so privacy_access_levels only does computations req...
John Kåre Alsaker
-1
/
+10
2019-03-05
Clean up some generic substs handling
varkor
-10
/
+21
2019-03-05
Handle const generics elsewhere
varkor
-9
/
+28
2019-03-05
Implement structural_impls for const generics
varkor
-1
/
+21
2019-03-05
Add HAS_CT_INFER
varkor
-2
/
+5
2019-03-05
Pretty printing for const generics
varkor
-3
/
+67
2019-03-05
Add const type flags
varkor
-17
/
+34
2019-03-05
Take const into account in context
varkor
-26
/
+74
2019-03-05
Stub methods in infer
varkor
-19
/
+34
2019-03-05
Implement Hash for new types
varkor
-0
/
+27
2019-03-05
Add ConstValue::Param and ConstValue::Infer
varkor
-1
/
+9
2019-03-05
Add const kind and UnpackedKind::Const
varkor
-6
/
+110
2019-03-05
Add type_flags helper methods to consts
varkor
-0
/
+43
2019-03-05
Add InferConst
varkor
-0
/
+11
2019-03-05
Add ConstVid
varkor
-0
/
+7
2019-03-05
Add ParamConst
varkor
-0
/
+20
2019-03-05
Add Const generic param to ty
varkor
-4
/
+24
2019-03-05
Make rustc_macro a Rust 2018 crate
John Kåre Alsaker
-9
/
+2
2019-03-05
fixes rust-lang#52482
Saleem Jaffer
-17
/
+17
2019-03-05
Allow linking to a proc macro on the target in metadata and still use a host ...
John Kåre Alsaker
-0
/
+3
2019-03-05
Create a derive macro for HashStable
John Kåre Alsaker
-7
/
+4
2019-03-04
Fix rebase and move suggestion to its own method
Esteban Küber
-29
/
+46
2019-03-04
Add fixme
Esteban Küber
-3
/
+4
2019-03-04
On return type `impl Trait` for block with no expr point at last semi
Esteban Küber
-5
/
+27
[next]