]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-07-18 Manish GoregaokarRollup merge of #74450 - aticu:master, r=jonas-schievink
2020-07-18 Manish GoregaokarRollup merge of #74449 - tmiasko:cmpxchg-test, r=nikoma...
2020-07-18 Manish GoregaokarRollup merge of #74448 - davidtwco:improper-ctypes...
2020-07-18 Manish GoregaokarRollup merge of #74444 - Alexendoo:test-69414, r=nikoma...
2020-07-18 Manish GoregaokarRollup merge of #74441 - eddyb:zlib-on-nixos, r=nagisa
2020-07-18 Manish GoregaokarRollup merge of #74418 - rye:gha-dedup-shell-setting...
2020-07-18 Manish GoregaokarRollup merge of #74069 - erikdesjardins:bad-niche,...
2020-07-18 Manish GoregaokarRollup merge of #72414 - KodrAus:feat/stdlazy, r=Mark...
2020-07-18 Ashley Mannixlink once_cell feature to #74465
2020-07-17 borsAuto merge of #74461 - Manishearth:rollup-xadbh00,...
2020-07-17 Manish GoregaokarRollup merge of #74452 - Manishearth:module-type-ns...
2020-07-17 Manish GoregaokarRollup merge of #74440 - Abendstolz:patch-1, r=hanna...
2020-07-17 Manish GoregaokarRollup merge of #74438 - RalfJung:uninit-lint, r=davidtwco
2020-07-17 Manish GoregaokarRollup merge of #74428 - tshepang:better-filter-map...
2020-07-17 Manish GoregaokarRollup merge of #74424 - sexxi-goose:move_hir_place...
2020-07-17 Manish GoregaokarRollup merge of #74416 - NieDzejkob:linker-locale-utf8...
2020-07-17 Manish GoregaokarRollup merge of #74411 - jonas-schievink:unbreak-mir...
2020-07-17 Manish GoregaokarRollup merge of #74394 - bjorn3:remove_emscripten_lefto...
2020-07-17 Manish GoregaokarRollup merge of #74368 - GuillaumeGomez:css-tidy-check...
2020-07-17 Manish GoregaokarRollup merge of #74364 - lcnr:lazy-norm-tests, r=nikoma...
2020-07-17 Manish GoregaokarRollup merge of #74300 - lzutao:iterator-intra, r=jyn514
2020-07-17 Manish GoregaokarRollup merge of #74288 - haraldh:test_aslr, r=petrochenkov
2020-07-17 Manish GoregaokarRollup merge of #74251 - shepmaster:bootstrap-target...
2020-07-17 Manish GoregaokarRollup merge of #74169 - ecstatic-morse:dataflow-unreac...
2020-07-17 Manish GoregaokarRollup merge of #74056 - fusion-engineering-forks:fmt...
2020-07-17 Manish GoregaokarRollup merge of #74009 - mati865:mingw-tests-implib...
2020-07-17 Manish GoregaokarRollup merge of #73930 - a1phyr:feature_const_option...
2020-07-17 Manish GoregaokarRollup merge of #71670 - GuillaumeGomez:enforce-codeblo...
2020-07-17 Manish GoregaokarAdd test for module ambiguity
2020-07-17 Mateusz MikułaFix various tests to run on windows-gnu
2020-07-17 Manish Goregaokarintra-doc links: Resolve modules in type namespace
2020-07-17 aticuFix `Safety` docs for `from_raw_parts_mut`
2020-07-17 borsAuto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakis
2020-07-17 David Woodimproper_ctypes_definitions: allow `Box`
2020-07-17 Mateusz MikułaRemove invalid test
2020-07-17 Mateusz MikułaAllow matching test by target and env
2020-07-17 Mateusz MikułaCreate implib for dlls when testing MinGW targets
2020-07-17 Mara BosAdd tracking issue number for fmt_as_str.
2020-07-17 Mara BosMake fmt::Arguments::as_str() return a 'static str.
2020-07-17 Erik Desjardinsdocument test changes
2020-07-17 Erik Desjardinscompare tagged/niche-filling layout and pick the best one
2020-07-17 Eduard-Mihai... [experiment] ty/layout: compute both niche-filling...
2020-07-17 Alex MacleodAdd regression test for #69414
2020-07-17 Ralf Jungwarn about uninit multi-variant enums
2020-07-17 Jake GouldingTeach bootstrap about target files vs target triples
2020-07-17 borsAuto merge of #74439 - RalfJung:miri, r=RalfJung
2020-07-17 Kristofer Ryeci: Replace exec-with-shell wrapper with "plain bash"
2020-07-17 Mara BosMake Arguments::as_str() work for empty format strings.
2020-07-17 Mara BosAdd #[inline] to Arguments::as_str().
2020-07-17 Mara BosAdd Arguments::as_str().
2020-07-17 Kristofer Ryeci: Stop setting CI_OVERRIDE_SHELL environment variable
2020-07-17 Lzu TaoDeny intra_doc_link_resolution_failure in libcore
2020-07-17 Eduard-Mihai... bootstrap.py: patch RPATH on NixOS to handle the new...
2020-07-17 AbendstolzFix Arc::as_ptr docs
2020-07-17 Ralf Jungupdate Miri
2020-07-17 Lzu TaoRemove code span for impl
2020-07-17 Lzu TaoLink Some(item)
2020-07-17 Lzu TaoRemove unneeded link for Option
2020-07-17 Lzu TaoIntra-doc for iter Sum and Product traits
2020-07-17 Lzu TaoIntra-doc for DoubleEndIterator
2020-07-17 Lzu TaoIntra doc for iter marker traits
2020-07-17 Lzu TaoUse intra-doc link on Iterator page
2020-07-17 Eduard-Mihai... bootstrap.py: guard against GC in NixOS patching support.
2020-07-17 Valentin LazureanuRename TypeckTables to TypeckResults.
2020-07-17 Guillaume GomezFix tidy issues
2020-07-17 Guillaume GomezAdd tidy checks for rustdoc css files
2020-07-17 Guillaume GomezConvert whitespaces to tabs
2020-07-17 Ashley Mannixinclude changes to Cargo.lock
2020-07-17 borsAuto merge of #73365 - Manishearth:rustdoc-vis, r=Guill...
2020-07-17 Manish GoregaokarUpdate src/test/rustdoc/intra-doc-crate/auxiliary/hidden.rs
2020-07-17 Manish GoregaokarAdd test for doc(hidden) intra-doc cross-crate reexports
2020-07-17 Manish GoregaokarRecord visibility of reexports for all items, not just...
2020-07-17 Tshepang Lekhonkhobedocs: better demonstrate that None values are skipped...
2020-07-17 borsAuto merge of #74395 - Mark-Simulacrum:stage0-next...
2020-07-17 borsAuto merge of #74422 - Manishearth:rollup-7mfrf6g,...
2020-07-17 Manish GoregaokarRollup merge of #74398 - GuillaumeGomez:cleanup-e0723...
2020-07-17 Manish GoregaokarRollup merge of #74386 - msizanoen1:riscv-add-manifest...
2020-07-17 Manish GoregaokarRollup merge of #74371 - Aloso:patch-1, r=GuilliameGomez
2020-07-17 Manish GoregaokarRollup merge of #74357 - nnethercote:symbol-related...
2020-07-17 Manish GoregaokarRollup merge of #74351 - lzutao:remove-rustc-internal...
2020-07-17 Manish GoregaokarRollup merge of #74033 - ehuss:std-compile-all-platform...
2020-07-17 Manish GoregaokarRollup merge of #73269 - mzohreva:mz/sgx-wait-timeout...
2020-07-17 Manish GoregaokarRollup merge of #73101 - jyn514:rustdoc-absolute-module...
2020-07-17 Tomasz MiąskoTest codegen of compare_exchange operations
2020-07-16 Mark RousskovAdd zlib1g to builder deps
2020-07-16 Mark Rousskovapply bootstrap cfgs
2020-07-16 Mark RousskovBump to 1.47
2020-07-16 Jakub KądziołkaUse an UTF-8 locale for the linker.
2020-07-16 Kristofer Ryeci: Set `shell: bash` as a default, remove duplicates
2020-07-16 Aman AroraMove hir::Place to librustc_middle/hir
2020-07-16 Nicholas NethercoteRemove some `Symbol:as_str()` calls.
2020-07-16 Nicholas NethercoteAdd `UnsafetyViolationDetails`.
2020-07-16 Nicholas NethercoteAvoid storing `SymbolStr` in a struct.
2020-07-16 Nicholas NethercoteRemove `ExtCtxt::ident_of`.
2020-07-16 Joshua NelsonFix invalid lint
2020-07-16 Joshua NelsonAdd (broken and ignored) test for #73829
2020-07-16 Joshua NelsonAdd more debugging
2020-07-16 Joshua NelsonSupport intra-doc links on trait and module re-exports
2020-07-16 Joshua NelsonSupport intra-doc links on macro re-exports
2020-07-16 Joshua Nelsonrand -> my_rand
next