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
Age
Commit message (
Expand
)
Author
Lines
2018-05-15
proc_macro: Properly support raw identifiers
Vadim Petrochenkov
-14
/
+13
2018-05-15
TokenTree: Op -> Punct, Term -> Ident
Vadim Petrochenkov
-131
/
+115
2018-05-15
Extend documentation and add review comments
Vadim Petrochenkov
-38
/
+152
2018-05-15
Auto merge of #50767 - oli-obk:rls_clippy, r=kennytm
bors
-9
/
+0
2018-05-15
add auto-impl for primitive type
Guillaume Gomez
-16
/
+63
2018-05-15
Reenable the MergeFunctions pass
Anthony Ramine
-2
/
+3
2018-05-15
Rename ret_ty to declared_ret_ty
leonardo.yvens
-4
/
+4
2018-05-15
Add Option::xor method
Clar Charr
-0
/
+36
2018-05-15
Make mutable_noalias and arg_align_attributes be tracked
Anthony Ramine
-2
/
+2
2018-05-15
rustc: Fix `crate` lint for single-item paths
Alex Crichton
-47
/
+287
2018-05-15
Update LLVM to 1abfd0e562cc8f7a9577d97ee92246699093b954
Anthony Ramine
-0
/
+0
2018-05-15
One must always remember to clean up after themselves
varkor
-5
/
+6
2018-05-15
Pattern match on Ok instead of Some of .ok() retval
est31
-1
/
+1
2018-05-15
Remove LoopIdResult
est31
-64
/
+19
2018-05-15
Remove hir::ScopeTarget
est31
-85
/
+51
2018-05-15
Merge branch 'master' of https://github.com/nicokoch/rust
Nicolas Koch
-382
/
+456
2018-05-15
fs: use copy_file_range on linux
Nicolas Koch
-0
/
+67
2018-05-15
Collapse Substs::identity_for_item in collect
varkor
-3
/
+1
2018-05-15
Clean up dropck_outlives PhantomData handling
varkor
-7
/
+4
2018-05-15
Add mk_param_from_def
varkor
-37
/
+24
2018-05-15
Use Kind instead of UnpackedKind in Substs methods
varkor
-94
/
+75
2018-05-15
Clean up shared subst code
varkor
-144
/
+101
2018-05-15
Refactor Substs methods on generic parameters
varkor
-306
/
+393
2018-05-15
Clean up generic param handling
varkor
-22
/
+35
2018-05-15
Update bad-annotation error message
varkor
-2
/
+2
2018-05-15
Refactoring generic counting loops
varkor
-67
/
+71
2018-05-15
Review refactoring
varkor
-52
/
+48
2018-05-15
Rename param_counts to own_counts
varkor
-35
/
+35
2018-05-15
Remove GenericParamDef::to_type
varkor
-23
/
+34
2018-05-15
Lift pure_wrt_drop to GenericParamDef
varkor
-60
/
+40
2018-05-15
Refactor generic params loops
varkor
-165
/
+95
2018-05-15
Fix rebase fallout
varkor
-4
/
+10
2018-05-15
Rename RegionParamDef to LifetimeParamDef
varkor
-5
/
+5
2018-05-15
Pull common parameters into GenericParamDef
varkor
-266
/
+263
2018-05-15
Inline get_type
varkor
-40
/
+63
2018-05-15
Fix typo in late-bound region testing message
varkor
-1
/
+1
2018-05-15
Refactor to address comments
varkor
-75
/
+60
2018-05-15
Replace type_param_to_index with param_def_id_to_index
varkor
-14
/
+19
2018-05-15
Use GenericParamCount instead of FxHashMap
varkor
-89
/
+81
2018-05-15
Place Self at the start of ty::Generics' param lists
varkor
-17
/
+16
2018-05-15
Correct variable renaming fallout
varkor
-6
/
+6
2018-05-15
Eliminate ty::Generics::types()
varkor
-36
/
+52
2018-05-15
Eliminate ty::Generics::lifetimes()
varkor
-30
/
+37
2018-05-15
Generalise more cases of explicit iteration of specific kinds
varkor
-71
/
+110
2018-05-15
Generalise cases of explicit iteration of specific kinds
varkor
-119
/
+210
2018-05-15
Fix tidy errors caused by renaming
varkor
-10
/
+26
2018-05-15
Rename TypeParameterDef -> TypeParamDef and RegionParameterDef -> RegionParamDef
varkor
-49
/
+49
2018-05-15
Rename GenericParam to GenericParamDef
varkor
-38
/
+38
2018-05-15
Rename `has_type_parameters` to `requires_monomorphization`
varkor
-9
/
+11
2018-05-15
Fix generics type parameter handling in miri
varkor
-15
/
+12
[prev]
[next]