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
liballoc: mark str.to_owned() and String::from(&str) as #[inline].
Matthias Krüger
-0
/
+2
2018-09-27
Auto merge of #54581 - petrochenkov:cfgattr, r=alexcrichton
bors
-0
/
+28
2018-09-26
Auto merge of #54526 - nnethercote:shrink-StatementKind, r=nagisa
bors
-62
/
+83
2018-09-26
Auto merge of #54561 - matthiaskrgr:clippy_up, r=kennytm
bors
-14
/
+15
2018-09-26
Auto merge of #54453 - nikomatsakis:nll-issue-53121-shred-outlives, r=pnkfelix
bors
-1603
/
+2573
2018-09-26
update clippy submodule to a72e786c
Matthias Krüger
-14
/
+15
2018-09-26
Auto merge of #51946 - japaric:emit-stack-sizes, r=nikomatsakis
bors
-2
/
+221
2018-09-26
don't run the test on macOS
Jorge Aparicio
-1
/
+7
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
2018-09-26
use a `UnlessNll` flag to consolidate error reporting paths
Niko Matsakis
-48
/
+32
2018-09-26
build up a map of the region-bound pairs for each body-id
Niko Matsakis
-11
/
+63
2018-09-26
outlives/env: rustfmt
Niko Matsakis
-4
/
+6
2018-09-26
regionck: rustfmt
Niko Matsakis
-307
/
+388
2018-09-26
docs: this llvm feature only supports the ELF object format
Jorge Aparicio
-0
/
+4
2018-09-26
unstable-book: recommend an INFO section
Jorge Aparicio
-8
/
+18
2018-09-26
use `rustc -Vv` in the run-make test
Jorge Aparicio
-4
/
+4
2018-09-26
run test only if LLVM version is >= 6.0.0
Jorge Aparicio
-0
/
+13
2018-09-26
add run-make test
Jorge Aparicio
-0
/
+25
2018-09-26
document this feature in the unstable book
Jorge Aparicio
-0
/
+153
2018-09-26
add -Z emit-stack-sizes
Jorge Aparicio
-2
/
+10
2018-09-26
Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddyb
bors
-15
/
+214
[next]