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
Age
Commit message (
Expand
)
Author
Lines
2018-03-23
Vec<_> -> IndexVec<Local, _>
Oliver Schneider
-22
/
+14
2018-03-23
Auto merge of #49285 - nrc:update, r=alexcrichton
bors
-6
/
+41
2018-03-22
ci: Don't use Travis caches for docker images
Alex Crichton
-0
/
+32
2018-03-22
Allow installing rustfmt without config.extended
Josh Stone
-1
/
+0
2018-03-23
rename `'tcx` and `tcx` to `'gcx` and `gcx`
Niko Matsakis
-26
/
+26
2018-03-23
use infcx.tcx, so we get the local tcx
Niko Matsakis
-1
/
+1
2018-03-23
move the defaut object lifetime bound into the trait
Niko Matsakis
-2
/
+2
2018-03-23
apply rustfmt
Niko Matsakis
-14
/
+16
2018-03-23
fix `Self`
Niko Matsakis
-2
/
+1
2018-03-23
import trait engine to typeck
csmoe
-35
/
+38
2018-03-23
introduce trait engine mod
csmoe
-86
/
+160
2018-03-22
Added flag to disable user type assertion.
David Wood
-0
/
+5
2018-03-22
Debug logs for replace_bound_regions_with_nll_infer_vars
Niko Matsakis
-0
/
+6
2018-03-23
Update RLS and Rustfmt
Nick Cameron
-6
/
+41
2018-03-22
Temporarily only adding UserAssertTy on binding patterns.
David Wood
-3
/
+9
2018-03-22
Switched from canonicalize_query to canonicalize_response
David Wood
-1
/
+1
2018-03-22
UserAssertTy can handle inference variables.
David Wood
-38
/
+146
2018-03-22
No longer visiting user_assert_ty statements in constraint generation.
David Wood
-2
/
+4
2018-03-22
Added comment in renumberer about UserAssertTy.
David Wood
-0
/
+3
2018-03-22
Updated test with expected error message.
David Wood
-2
/
+16
2018-03-22
Added override in renumberer for UserAssertTy.
David Wood
-1
/
+6
2018-03-22
Changed location to at_self from at_successor.
David Wood
-1
/
+1
2018-03-22
Added initial processing of UserAssertTy statements.
David Wood
-18
/
+41
2018-03-22
Killing UserAssertTy in CleanupPostBorrowck pass.
David Wood
-17
/
+46
2018-03-22
Added UserAssertTy statement.
David Wood
-6
/
+79
2018-03-22
Added initial test for #47184
David Wood
-0
/
+16
2018-03-22
permit `'_` and `&T` in impl headers
Niko Matsakis
-51
/
+617
2018-03-22
distinguish the three cases where elision occurs
Niko Matsakis
-74
/
+119
2018-03-22
change in-band array to store hir::LifetimeName
Niko Matsakis
-6
/
+25
2018-03-22
add new test for `dyn<Trait + '_>` used in a struct
Niko Matsakis
-0
/
+42
2018-03-22
add a helper function `maybe_collect_in_band_lifetime`
Niko Matsakis
-15
/
+44
2018-03-22
make `parent_id` not optional
Niko Matsakis
-80
/
+62
2018-03-22
change `with_in_scope_lifetime_defs` to take an iterator
Niko Matsakis
-22
/
+22
2018-03-22
rustfmt lowering.rs
Niko Matsakis
-958
/
+1249
2018-03-22
Remove std/test documentation from compiler docs.
David Wood
-14
/
+6
2018-03-22
rustc: Add a `#[wasm_import_module]` attribute
Alex Crichton
-75
/
+653
2018-03-22
rustc: Add a `#[wasm_custom_section]` attribute
Alex Crichton
-17
/
+522
2018-03-22
Auto merge of #49210 - oli-obk:pango_crash, r=eddyb
bors
-38
/
+66
2018-03-22
Only generate documentation for local rustc crates.
David Wood
-4
/
+31
2018-03-22
Auto merge of #49264 - kennytm:rollup, r=kennytm
bors
-1129
/
+1447
2018-03-22
Command::env_saw_path() may be unused on platforms not using posix_spawn()
Bryan Drewery
-0
/
+1
2018-03-22
Optimise decode return expression for unit structs
varkor
-5
/
+5
2018-03-22
Skip checking for Storage* statements in constants/statics
Oliver Schneider
-10
/
+17
2018-03-22
Use FunctionRetTy::Default rather than an explicit TyKind::Infer for lambda-b...
varkor
-8
/
+8
2018-03-22
Clarify description of raw_identifiers feature flag.
Lymia Aluysia
-1
/
+1
2018-03-22
Clean up raw identifier handling when recovering tokens from AST.
Lymia Aluysia
-4
/
+5
2018-03-22
Rollup merge of #49038 - canndrew:replace-infallible-with-never, r=SimonSapin
kennytm
-38
/
+9
2018-03-22
Rollup merge of #49105 - SimonSapin:from_utf8_lossy_example, r=alexcrichton
kennytm
-0
/
+31
2018-03-22
Revert "Temporarily disable dist-ing RLS, Rustfmt and Clippy."
kennytm
-9
/
+1
2018-03-22
Rollup merge of #49244 - varkor:type_dependent_defs_ExprMethodCall, r=estebank
kennytm
-4
/
+41
[prev]
[next]