]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-02-08 Dylan DPCRollup merge of #68834 - ssomers:btree_first_last_fix68...
2020-02-08 Dylan DPCRollup merge of #68718 - Aaron1011:move-def-hir-span...
2020-02-08 CAD97Disable failing codegen test
2020-02-08 CAD97Remove problematic specialization from RangeInclusive
2020-02-08 Aaron HillMove librustc_hir/def_id.rs to librustc_span/def_id.rs
2020-02-08 Josh WhiteMerge branch 'master' of https://github.com/jwhite927...
2020-02-08 borsAuto merge of #68802 - eddyb:debuginfo-there-can-only...
2020-02-08 Josh WhiteTidied up E0637.md
2020-02-08 Markus WesterlindReduce Vec allocations in normalization by passing...
2020-02-08 Josh WhiteCorrected E0637.md based on test failures
2020-02-08 Michael BradshawMark several functions and methods in core::cmp as...
2020-02-08 borsAuto merge of #68452 - msizanoen1:riscv-abi, r=nagisa...
2020-02-08 Eduard-Mihai... rustc_codegen_ssa: remove unnecessary source_locations_...
2020-02-08 Eduard-Mihai... rustc_codegen_llvm: remove InternalDebugLocation and...
2020-02-08 Eduard-Mihai... rustc_codegen_llvm: remove unnecessary special-casing...
2020-02-08 Guillaume GomezClean up E0277 and E0282 explanations
2020-02-08 Jonas SchievinkAdd missing import
2020-02-08 Jonas SchievinkMake `provided_trait_methods` use `impl Iterator`
2020-02-08 Jonas SchievinkAdd a fast path to inherent impl overlap check
2020-02-08 Jonas SchievinkUse `associated_items` query in impl overlap check
2020-02-08 Jonas SchievinkMake `associated_items` query return a slice
2020-02-08 Josh WhiteCorrected E0637.md based on test failure
2020-02-08 borsAuto merge of #68443 - eddyb:abi-compat-enum, r=nagisa
2020-02-08 Eduard-Mihai... test: use `all: $(call NATIVE_STATICLIB,test)` to build...
2020-02-08 Josh WhiteAdded compiler flags to example code, removed unexpecte...
2020-02-08 Josh WhiteRemoved trailing white spaces
2020-02-08 Josh WhiteMerge branch 'master' of https://github.com/jwhite927...
2020-02-08 Eduard-Mihai... test: address comments and pacify the merciless tidy.
2020-02-08 Eduard-Mihai... rustc_target: treat enum variants like union members...
2020-02-08 Eduard-Mihai... rustc_target: switch homogeneous_aggregate to returning...
2020-02-08 John VanEnkAdd non-C-like enumeration tests on Rust->C calls to...
2020-02-08 John VanEnkTwo test cases where Rust calls C using enums by value
2020-02-08 Josh WhiteCleaned up long error description
2020-02-08 John VanEnkAdd similar examples that work to each test.
2020-02-08 John VanEnkAdd a test that demonstrates an incorrect return value...
2020-02-08 John VanEnkAdd a test that demonstrates a segfault when calling...
2020-02-08 borsAuto merge of #68358 - matthewjasper:spec-fix, r=nikoma...
2020-02-07 borsAuto merge of #65232 - nikomatsakis:lazy-norm-anon...
2020-02-07 borsAuto merge of #68933 - Dylan-DPC:rollup-akz13kj, r...
2020-02-07 Josh Whiteperformed --bless of 15 ui tests affected
2020-02-07 Dylan DPCRollup merge of #68928 - GuillaumeGomez:cleanup-e0276...
2020-02-07 Dylan DPCRollup merge of #68919 - Zoxc:ast-lifetime, r=nikomatsakis
2020-02-07 Dylan DPCRollup merge of #68910 - hanna-kruppe:master, r=Mark...
2020-02-07 Dylan DPCRollup merge of #68909 - tmandry:panic-abort-nocapture...
2020-02-07 Dylan DPCRollup merge of #68889 - Zoxc:hir-krate, r=eddyb
2020-02-07 Dylan DPCRollup merge of #68413 - XAMPPRocky:master, r=Mark...
2020-02-07 Dylan DPCRollup merge of #68164 - tmiasko:no-sanitize, r=nikomat...
2020-02-07 Mikhail Babenkoadd hir printing
2020-02-07 Mikhail Babenkoadd regression test
2020-02-07 Mikhail Babenkoprint generic bounds on associated types
2020-02-07 borsAuto merge of #68930 - RalfJung:miri, r=RalfJung
2020-02-07 Ralf Jungupdate miri
2020-02-07 bjorn3Fix test
2020-02-07 bjorn3Rustfmt
2020-02-07 bjorn3Remove unused feature gates from libsyntax_pos
2020-02-07 bjorn3Remove unused feature gate from libserialize
2020-02-07 bjorn3Remove unused feature gates from librustdoc
2020-02-07 bjorn3Remove unused feature gates from librustc_typeck
2020-02-07 bjorn3Remove unused feature gate from librustc_target
2020-02-07 bjorn3Remove unused feature gate from librustc_resolve
2020-02-07 bjorn3Remove unused feature gates from librustc_mir
2020-02-07 bjorn3Remove unused feature gates from librustc_metadata
2020-02-07 bjorn3Remove unused feature gate from librustc_lint
2020-02-07 bjorn3Remove unused feature gates from librustc_interface
2020-02-07 bjorn3Remove unused feature gate from librustc_incremental
2020-02-07 Guillaume Gomezclean up E0276 explanation
2020-02-07 John Kåre AlsakerRemove HashStable impl for ast::Lifetime
2020-02-07 borsAuto merge of #68499 - ssomers:btree_search_tidying...
2020-02-07 Brian AndersonDon't use the word 'unwrap' to describe core unwrapping...
2020-02-07 Stein SomersLift range_search up one level of abstraction
2020-02-07 borsAuto merge of #68907 - Dylan-DPC:rollup-osm5e8o, r...
2020-02-06 Stein SomersCreate benchmarks for BTreeMap::range
2020-02-06 Hanna KruppeAdd myself to .mailmap
2020-02-06 Tyler MandryRespect --nocapture in panic=abort test mode
2020-02-06 Josh WhiteTidied up the long error description
2020-02-06 Josh WhiteEdited error description
2020-02-06 Josh WhiteMerge branch 'E0637' of https://github.com/jwhite927...
2020-02-06 Dylan DPCRollup merge of #68894 - JohnTitor:update-e0565, r...
2020-02-06 Dylan DPCRollup merge of #68888 - tspiteri:ignore-to-compile_fai...
2020-02-06 Dylan DPCRollup merge of #68886 - tom-a-wagner:master, r=Mark...
2020-02-06 Dylan DPCRollup merge of #68791 - mark-i-m:proper-linkcheck...
2020-02-06 Dylan DPCRollup merge of #68524 - jonas-schievink:generator...
2020-02-06 Dylan DPCRollup merge of #67359 - eddyb:macro-backtrace-all...
2020-02-06 Niko Matsakismake lint warn by default
2020-02-06 Josh WhiteRevised error long description
2020-02-06 Josh WhiteAdded long error description & modifed error_codes.rs
2020-02-06 Niko Matsakislint impls that will become incoherent when leak-check...
2020-02-06 Niko Matsakisadd the ability to skip leak check within a snapshot
2020-02-06 Niko Matsakisapply various formatting nits
2020-02-06 Niko Matsakisuse derive(Debug) for TypeTrace
2020-02-06 Niko Matsakisindex ReEmpty by universe
2020-02-06 Niko Matsakisintegrate the `sub_free_regions` code so we have only...
2020-02-06 Niko Matsakisdon't mention specific region numbers in the ~ERROR...
2020-02-06 Niko Matsakisadd a `IsEmpty` for use in verified bounds
2020-02-06 Niko Matsakisdo not limit NiceRegionError to SubSupConflict or Concr...
2020-02-06 Eduard-Mihai... tests: add a revision to macro_backtrace without -Zmacr...
2020-02-06 Eduard-Mihai... rustc_macros: don't limit the -Zmacro-backtrace suggest...
2020-02-06 Eduard-Mihai... rustc_errors: hide "in this macro invocation" when...
2020-02-06 Eduard-Mihai... rustc_errors: deduplicate the -Zmacro-backtrace suggest...
2020-02-06 Eduard-Mihai... rustc: rename -Zexternal-macro-backtrace to -Zmacro...
next