]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-10-18 kennytmRollup merge of #45181 - Havvy:doc-unstable-lang-items...
2017-10-18 kennytmRollup merge of #45098 - sunjay:breakingrustfmtrls...
2017-10-18 kennytmRollup merge of #45082 - jacwah:explain-E0382, r=stevek...
2017-10-18 kennytmRollup merge of #44138 - steveklabnik:rustdoc-deprecati...
2017-10-18 borsAuto merge of #44501 - nikomatsakis:issue-44137-non...
2017-10-18 Sunjay VarmaUpdating the instructions for when a tool breaks to...
2017-10-18 Sunjay VarmaAdded a section about updating submodules
2017-10-18 Sunjay VarmaDocumenting the process for when rustfmt/rls breakk...
2017-10-17 steveklabnikmodify tests to use new flag
2017-10-17 Niko Matsakisbreak clippy
2017-10-17 Niko Matsakismake `erase_regions` use a query instead of an ad-hoc...
2017-10-17 borsAuto merge of #45344 - kennytm:rollup, r=kennytm
2017-10-17 steveklabnikCreate a new flag, --document-private-items
2017-10-17 steveklabnikDeprecate several flags in rustdoc
2017-10-17 HavvyList of all lang items in unstable book.
2017-10-17 kennytmRollup merge of #45339 - xfix:patch-4, r=steveklabnik
2017-10-17 kennytmRollup merge of #45338 - ishitatsuyuki:boot-jemalloc...
2017-10-17 kennytmRollup merge of #45329 - rust-lang:duplicate-word,...
2017-10-17 kennytmRollup merge of #45321 - alexcrichton:xcodeup, r=aidanhs
2017-10-17 kennytmRollup merge of #45315 - zackmdavis:expected_statement_...
2017-10-17 kennytmRollup merge of #45310 - gnzlbg:fix_aarch64, r=pnkfelix
2017-10-17 kennytmRollup merge of #45308 - dbrgn:headlines, r=steveklabnik
2017-10-17 kennytmRollup merge of #45307 - dbrgn:fix-typo, r=QuietMisdreavus
2017-10-17 kennytmRollup merge of #45151 - Pirh:stdio_default_docs, r...
2017-10-17 kennytmRollup merge of #45097 - nivkner:fixme_fixup2, r=estebank
2017-10-17 borsAuto merge of #45290 - GuillaumeGomez:fix-help, r=Quiet...
2017-10-17 borsAuto merge of #45311 - goffrie:issue-40003, r=alexcrichton
2017-10-17 Konrad BorowskiUpdate array documentation for Clone trait changes
2017-10-17 Tatsuyuki Ishibootstrap: Avoid fetching jemalloc if it's disabled
2017-10-17 borsAuto merge of #45179 - cuviper:result-intoiter-clone...
2017-10-17 borsAuto merge of #45138 - johnthagen:future_imports, r...
2017-10-16 Guillaume GomezRemove duplicated word
2017-10-16 johnthagenMerge branch 'master' into future_imports
2017-10-16 Niko Matsakisbump up the recursion limit
2017-10-16 Niko Matsakisfix nits
2017-10-16 Niko Matsakisadd some tips to CONTRIBUTING.md to help with debugging...
2017-10-16 Niko Matsakisadd a function for testing if a ty is uninhabited from...
2017-10-16 Niko Matsakisconvert constant promotion into a query
2017-10-16 Niko Matsakisinvoke const only on body-ids
2017-10-16 Niko Matsakisrestructure the public inhabitedness APIs and remove...
2017-10-16 borsAuto merge of #44857 - toidiu:ak-44493-empty-predicate...
2017-10-16 Niv Kaminerrevert change to function_sections for windows
2017-10-16 borsAuto merge of #45243 - alexcrichton:tool-rls-rustfmt...
2017-10-16 toidiufix function name
2017-10-16 toidiuadd a new dep node for outlives
2017-10-16 toidiuadd error to the correct line in unit test
2017-10-16 toidiuadd a test case
2017-10-16 toidiuadded components for testing. added outlives test to...
2017-10-16 toidiucreate a seperate module for outlives. added a query...
2017-10-16 toidiuadd inferred_outlives_of query
2017-10-16 toidiureturn an empty inferred_outlives_of
2017-10-16 Alex Crichtonrustbuild: Allow setting rls/rustfmt to "broken"
2017-10-16 borsAuto merge of #45202 - alexcrichton:fix-inline-always...
2017-10-16 Alex Crichtonci: Update Travis OSX builders
2017-10-16 Niv Kaminerturn link to RFC 1751 into a markdown link
2017-10-16 Niko Matsakisrefactor inhabitedness to have clearer public entry...
2017-10-16 borsAuto merge of #45293 - joeratt:patch-1, r=kennytm
2017-10-16 gnzlbgintroduce a whitelist for aarch64
2017-10-16 borsAuto merge of #45297 - matthewjasper:associated-item...
2017-10-16 borsAuto merge of #45283 - alexcrichton:used-mut-nodes...
2017-10-16 Zack M. Davisdon't issue "expected statement after outer attr."...
2017-10-16 borsAuto merge of #45191 - petrochenkov:yesar, r=Mark-Simul...
2017-10-16 Vadim PetrochenkovRe-enable linker override for cross-compilation
2017-10-15 Vadim PetrochenkovDon't use target's linker when linking build scripts
2017-10-15 borsAuto merge of #45215 - alexcrichton:thin-lto-reference...
2017-10-15 Geoffry SongAdd test for #40003.
2017-10-15 Vadim Petrochenkovrustbuild: Support specifying archiver and linker expli...
2017-10-15 borsAuto merge of #44613 - QuietMisdreavus:rustdoc-perf...
2017-10-15 gnzlbgaarch64 is not whitelisted for ARM features
2017-10-15 Alex Crichtonrustc: Fix some ThinLTO internalization
2017-10-15 Danilo BargenRustdoc book: Add missing headlines
2017-10-15 Danilo BargenFix typo in rustdoc book
2017-10-15 borsAuto merge of #45228 - theotherjimmy:ensure-query,...
2017-10-15 borsAuto merge of #45123 - goffrie:fix-method-unit-call...
2017-10-15 matthewjasperCheck namespaces when resolving associated items in...
2017-10-15 borsAuto merge of #45299 - kennytm:rollup, r=kennytm
2017-10-15 kennytmRollup merge of #45289 - GuillaumeGomez:fix-doc-help...
2017-10-15 kennytmRollup merge of #45280 - GuillaumeGomez:fix-mobile...
2017-10-15 kennytmRollup merge of #45269 - sfackler:connect-timeout-fix...
2017-10-15 kennytmRollup merge of #45264 - 0xAX:fix-typo-bootstrap-readm...
2017-10-15 kennytmRollup merge of #45263 - Manishearth:hashmap-clean...
2017-10-15 kennytmRollup merge of #45258 - hdhoang:master, r=alexcrichton
2017-10-15 kennytmRollup merge of #45255 - bgermann:master, r=alexcrichton
2017-10-15 kennytmRollup merge of #45250 - brauliobz:non-ascii-idents...
2017-10-15 kennytmRollup merge of #45113 - Pirh:process_output_links...
2017-10-15 borsAuto merge of #45224 - malbarbo:x32, r=alexcrichton
2017-10-15 borsAuto merge of #45200 - mikhail-m1:match-with-false...
2017-10-14 borsAuto merge of #44867 - kennytm:rustdoc-md-test-title...
2017-10-14 Joe RattazziAdd "Buidling on *nix" sub-header
2017-10-14 Steven FacklerFix TcpStream::connect_timeout on linux
2017-10-14 Jacob WahlgrenImprove E0382 extended help message
2017-10-14 borsAuto merge of #45177 - oli-obk:clippy, r=alexcrichton
2017-10-14 Guillaume GomezHide help when search bar is focused
2017-10-14 Guillaume GomezFix arrow display
2017-10-14 Alex Crichtonrustc: Remove `used_mut_nodes` from `TyCtxt`
2017-10-14 borsAuto merge of #45175 - petrochenkov:dyn, r=nikomatsakis
2017-10-14 Manish Goregaokarstd: Set probe length tag on cloned hashmaps
2017-10-14 Manish Goregaokarstd: Get rid of hash_offet in RawTable
2017-10-14 Guillaume GomezRemove terribly useless and problematic margin when...
2017-10-14 borsAuto merge of #45167 - pnkfelix:migrate-remaining-ast...
next