]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichton
[rust.git] / src /
2018-05-07 borsAuto merge of #50000 - michaelwoerister:cross-lang...
2018-05-07 Michael WoeristerFix Mac OS section name for LLVM bitcode.
2018-05-07 borsAuto merge of #50437 - zackmdavis:must_note, r=estebank
2018-05-07 Zack M. Davisin which the must-use additional messaging is tucked...
2018-05-07 borsAuto merge of #50434 - nrc:tool-bustage-infra, r=alexcr...
2018-05-06 borsAuto merge of #50468 - nrc:test-rustfmt, r=alexcrichton
2018-05-06 borsAuto merge of #50309 - samWson:issue-49938, r=eddyb
2018-05-06 borsAuto merge of #50474 - sinkuu:fix_assert_ice, r=alexcri...
2018-05-06 borsAuto merge of #50420 - chrisvittal:mailmap-chrisvittal...
2018-05-06 borsAuto merge of #50466 - kennytm:rustbuild-stage0-lib...
2018-05-06 borsAuto merge of #50453 - alexcrichton:proc-macro-not...
2018-05-06 Shotaro YamadaFix assertion message generation
2018-05-06 Samuel Wilsonissue-49938: Reference tagged unions discr(iminant...
2018-05-05 borsAuto merge of #50470 - frewsxcv:frewsxcv-update-books...
2018-05-05 Corey FarwellUpdate books for the next release.
2018-05-05 borsAuto merge of #50444 - michaelwoerister:check-parallel...
2018-05-05 Nick CameronPass a test directory to rustfmt
2018-05-05 kennytms/DocTestsOption/DocTests/g
2018-05-05 kennytmAdded some simple documentation.
2018-05-05 borsAuto merge of #50276 - Zoxc:build-cleanup, r=alexcrichton
2018-05-05 John Kåre AlsakerMisc tweaks
2018-05-05 kennytmSome final touches to ensure `./x.py test --stage 0...
2018-05-05 kennytmAdded a tidy test to ensure libcore cannot contain...
2018-05-05 kennytmMove the tests in src/libcore/slice/memchr.rs as well.
2018-05-05 Lukas KalbertodtFix warning in `core::time` tests
2018-05-05 Lukas KalbertodtMove libcore/time tests from `time.rs` to `tests/time.rs`
2018-05-05 kennytmAdded test case.
2018-05-05 kennytmAdded `./x.py test --no-doc` option.
2018-05-05 borsAuto merge of #50441 - kornelski:debughint, r=kornelski
2018-05-05 borsAuto merge of #50370 - nikomatsakis:nll-alias-analysis...
2018-05-05 KornelSuggest more helpful formatting string
2018-05-05 Niko Matsakisadd a comment about Locations::All
2018-05-05 Niko Matsakisremove `#[allow(dead_code)]`
2018-05-05 Niko Matsakisadd `-Znll-facts` switch that dumps facts for new analysis
2018-05-05 Niko Matsakisadd location table
2018-05-05 Niko Matsakisadd `Locations::All` as a concept
2018-05-05 Niko Matsakisuse `crate` visibility modifier
2018-05-05 Niko Matsakisadd `Location::START` const
2018-05-05 borsAuto merge of #50418 - nnethercote:cmt, r=eddyb
2018-05-05 borsAuto merge of #50423 - hberntsen:armv5te_unknown_linux_...
2018-05-05 John Kåre AlsakerFix libtest-json test
2018-05-05 borsAuto merge of #50419 - sinkuu:rustdoc_nested_impl_trait...
2018-05-04 borsAuto merge of #50084 - killercup:compiletest-rustfix...
2018-05-04 Alex CrichtonFold rustfix tests back into the UI test suite
2018-05-04 Pascal HertleifUse published rustfix 0.2 version
2018-05-04 Alex Crichtontest: Make a dedicated testsuite for rustfix
2018-05-04 Pascal Hertleiftidy
2018-05-04 Pascal HertleifSkip NLL compiletest in rustfix mode for now
2018-05-04 Pascal HertleifUse rustfix' suggestion fixing API
2018-05-04 Pascal HertleifFirst step towards rustfix compiletest mode
2018-05-04 Alex Crichtonproc_macro: Explicitly make everything !Send/Sync
2018-05-04 borsAuto merge of #49870 - pnkfelix:issue-27282-immut-borro...
2018-05-04 borsAuto merge of #50435 - cuviper:rm-lookup_host, r=sfackler
2018-05-04 Felix S. Klock IIUpdate mir-opt test to reflect change to MIR code-gener...
2018-05-04 Michael Woeristerbootstrap: Fix LLVM bin path setup for Windows.
2018-05-04 borsAuto merge of #50409 - KiChjang:issue-50343, r=nikomatsakis
2018-05-04 Harm BerntsenMerge armv5te musl container with dist-various-1
2018-05-04 Harm BerntsenAdd eabi suffix to armv5te musl target
2018-05-04 borsAuto merge of #50398 - llogiq:memchr-nano-opt, r=nagisa
2018-05-04 Michael WoeristerCheck that rustc can be built successfully with paralle...
2018-05-04 borsAuto merge of #50433 - nrc:update, r=alexcrichton
2018-05-04 Nick CameronUpdate RLS and Rustfmt (and Cargo)
2018-05-04 borsAuto merge of #50397 - sgrif:sg-smaller-universe-refact...
2018-05-03 Josh StoneRemove the deprecated std::net::{lookup_host,LookupHost}
2018-05-03 Nick CameronPing infra team on all tool bustage
2018-05-03 borsAuto merge of #50413 - kennytm:rollup, r=kennytm
2018-05-03 kennytmRollup merge of #50320 - GuillaumeGomez:fix-search...
2018-05-03 Guillaume GomezFix invalid path generation in rustdoc search
2018-05-03 kennytmRollup merge of #50416 - rleungx:non-lifetime, r=estebank
2018-05-03 kennytmRollup merge of #50406 - ExpHP:concat-nonzero-idents...
2018-05-03 kennytmRollup merge of #50421 - kennytm:fix-50415-ice-when...
2018-05-03 kennytmRollup merge of #50417 - matklad:pr-50379, r=alexcrichton
2018-05-03 kennytmRollup merge of #50407 - nnethercote:inline-BytePos...
2018-05-03 kennytmRollup merge of #50401 - alexcrichton:remove-path-from...
2018-05-03 kennytmRollup merge of #50393 - oli-obk:packed_const_panic...
2018-05-03 kennytmRollup merge of #50365 - nnethercote:nearest_common_anc...
2018-05-03 kennytmRollup merge of #50360 - kennytm:fix-50232-clarify...
2018-05-03 kennytmRollup merge of #50349 - GuillaumeGomez:rename-type...
2018-05-03 Harm BerntsenAdd armv5te-unknown-linux-musl target
2018-05-03 kennytmFix issue #50415.
2018-05-03 Aleksey KladovUpdate Cargo
2018-05-03 Shotaro Yamadarustdoc: Resolve nested `impl Trait`s
2018-05-03 Nicholas NethercoteAvoid many `cmt` allocations.
2018-05-03 Felix S. Klock IIUnit test for the new implicit borrow and deref within the
2018-05-03 Felix S. Klock IIWhen using NLL, implicitly borrow match bindings for...
2018-05-03 Felix S. Klock IIInstrument `statement_effect_on_borrows` for the `lhs...
2018-05-03 Felix S. Klock IIImprove instrumentation for the bug reported during...
2018-05-03 Felix S. Klock IIInclude the test name when reporting that an expected...
2018-05-03 borsAuto merge of #50030 - flip1995:rfc2103, r=petrochenkov
2018-05-03 rleungxcheck if the token is a lifetime before parsing
2018-05-03 Michael Lamparskiupdate concat_idents doc stubs
2018-05-03 Michael Woeristerrun-make/cross-lang-lto: Make output artifact names...
2018-05-03 Michael WoeristerDon't run LTO passes in rustc when cross-lang LTO is...
2018-05-03 Michael WoeristerMake run-make host_test!().
2018-05-03 Michael WoeristerIgnore cross-lang-lto test for LLVM versions without...
2018-05-03 Michael WoeristerSupport test header directives in run-make mode too.
2018-05-03 Michael WoeristerUse correct section name for embedded LLVM bitcode...
2018-05-03 Michael WoeristerAdd LLVM bin directory to PATH for running run-make...
2018-05-03 Michael WoeristerAdd tests for -Z cross-lang-lto.
2018-05-03 Michael WoeristerAdd -Z cross-lang-lto flag in order to support linker...
next