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
Age
Commit message (
Expand
)
Author
Lines
2018-09-27
Added help message for feature gate.
Alexander Regueiro
-14
/
+35
2018-09-26
Auto merge of #54526 - nnethercote:shrink-StatementKind, r=nagisa
bors
-62
/
+83
2018-09-26
Gate const core::mem::needs_drop behind const_needs_drop
Michael Bradshaw
-0
/
+3
2018-09-26
use the closure def-id in returns, but closure-base def-id in locals
Niko Matsakis
-5
/
+37
2018-09-26
Get Polonius borrow check to work in simple cases
Matthew Jasper
-80
/
+172
2018-09-26
Remove useless lifetimes from `Pin` `impl`s.
Alexander Ronald Altman
-5
/
+5
2018-09-26
Auto merge of #54561 - matthiaskrgr:clippy_up, r=kennytm
bors
-14
/
+15
2018-09-27
Doc for From ErrorKind
Son
-3
/
+12
2018-09-26
add derive macros' helper attributes to doc output
QuietMisdreavus
-1
/
+34
2018-09-26
Auto merge of #54453 - nikomatsakis:nll-issue-53121-shred-outlives, r=pnkfelix
bors
-1603
/
+2573
2018-09-26
Make core::mem::needs_drop a const fn
Michael Bradshaw
-2
/
+57
2018-09-26
update clippy submodule to a72e786c
Matthias Krüger
-14
/
+15
2018-09-26
Remove the last broken link.
iirelu
-2
/
+1
2018-09-26
Auto merge of #51946 - japaric:emit-stack-sizes, r=nikomatsakis
bors
-2
/
+221
2018-09-26
Incorporate criticisms into keyword docs
iirelu
-8
/
+13
2018-09-26
Removed dead links to unwritten keyword docs
iirelu
-20
/
+7
2018-09-26
std: Don't let `rust_panic` get inlined
Alex Crichton
-0
/
+1
2018-09-26
fixup! codegen_llvm: check inline assembly constraints with LLVM
Levente Kurusa
-0
/
+68
2018-09-26
don't run the test on macOS
Jorge Aparicio
-1
/
+7
2018-09-26
add declaration blocks to attribute/derive pages
QuietMisdreavus
-4
/
+18
2018-09-26
rustc_driver/test.rs: rustfmt
Niko Matsakis
-163
/
+219
2018-09-26
fix rustc_driver tests
Niko Matsakis
-2
/
+2
2018-09-26
pacify the mercilous tidy.
Niko Matsakis
-3
/
+15
2018-09-26
rustfmt `error_reporting/mod.rs` and `dropck.rs`
Niko Matsakis
-107
/
+138
2018-09-26
update tests and add stderr files
Niko Matsakis
-81
/
+72
2018-09-26
convert from an `UnlessNll` flag to a `SuppressRegionErrors` flag
Niko Matsakis
-40
/
+55
2018-09-26
make NLL handle `IfEq` bounds by using SCC normalization
Niko Matsakis
-9
/
+630
2018-09-26
switch to use `VerifyBound` instead of `RegionTest`
Niko Matsakis
-72
/
+27
2018-09-26
region_infer: rustfmt
Niko Matsakis
-4
/
+2
2018-09-26
use `IfEq` to defer equality comparison around `where` clauses`
Niko Matsakis
-49
/
+59
2018-09-26
refactor away `AnyRegions` and `AllRegions`
Niko Matsakis
-69
/
+61
2018-09-26
introduce `VerifyBound::IfEq` (presently unused)
Niko Matsakis
-26
/
+111
2018-09-26
change to use impl Trait a bit
Niko Matsakis
-14
/
+15
2018-09-26
remove handling of verify from taintset
Niko Matsakis
-37
/
+25
2018-09-26
make `normalize` work on any type-foldable
Niko Matsakis
-11
/
+19
2018-09-26
lexical_region_resolve: rustfmt
Niko Matsakis
-44
/
+30
2018-09-26
encapsulate `infcx` too into the delegate
Niko Matsakis
-34
/
+84
2018-09-26
extract out NLL-specific code from relate-tys into a delegate
Niko Matsakis
-53
/
+84
2018-09-26
refactor NLL relate_tys to use Region internally, not RegionVid
Niko Matsakis
-59
/
+42
2018-09-26
use approx. bounds to decide whether to add outlives obligations
Niko Matsakis
-30
/
+24
2018-09-26
propagate the `compare_ty` fn further up
Niko Matsakis
-18
/
+17
2018-09-26
introduce the idea of an "approximate match"
Niko Matsakis
-39
/
+56
2018-09-26
introduce a "comparison fn" instead of always use `==`
Niko Matsakis
-11
/
+10
2018-09-26
split out getting the declared bounds from the env versus trait
Niko Matsakis
-23
/
+38
2018-09-26
break out the code that computes VerifyBounds
Niko Matsakis
-218
/
+276
2018-09-26
apply `process_registered_region_obligations` at the end of regionck
Niko Matsakis
-61
/
+49
2018-09-26
type_check/mod.rs: rustfmt
Niko Matsakis
-137
/
+100
2018-09-26
use `RegionBoundPairs` type alias
Niko Matsakis
-13
/
+15
2018-09-26
auto_trait.rs: rustfmt
Niko Matsakis
-34
/
+30
2018-09-26
change `RegionObligation` to store a `SubregionOrigin`
Niko Matsakis
-50
/
+57
[prev]
[next]