]> git.lizzy.rs Git - rust.git/history - src
Fix typo
[rust.git] / src /
2016-10-17 Michael WoeristerFix typo
2016-10-12 Niko Matsakisadd test case for changing private methods
2016-10-12 borsAuto merge of #36737 - srinivasreddy:check, r=nrc
2016-10-12 borsAuto merge of #37095 - petrochenkov:metactor, r=alexcri...
2016-10-11 borsAuto merge of #37090 - GuillaumeGomez:rollup, r=Guillau...
2016-10-11 Vadim PetrochenkovTemporary fix for metadata decoding for struct constructors
2016-10-11 Guillaume GomezRollup merge of #37081 - p512:master, r=sfackler
2016-10-11 Guillaume GomezRollup merge of #37073 - GuillaumeGomez:string_url...
2016-10-11 Guillaume GomezRollup merge of #37072 - michaelwoerister:enable-trait...
2016-10-11 Guillaume GomezRollup merge of #37065 - nnethercote:opt-mk_printer...
2016-10-11 Guillaume GomezRollup merge of #37060 - jfirebaugh:E0303, r=jonathandt...
2016-10-11 Guillaume GomezRollup merge of #37040 - flodiebold:hash-tests, r=micha...
2016-10-11 Guillaume GomezRollup merge of #36997 - KillTheMule:patch-1, r=stevekl...
2016-10-11 Guillaume GomezRollup merge of #36699 - bluss:repeat-str, r=alexcrichton
2016-10-11 Guillaume GomezRollup merge of #36679 - QuietMisdreavus:rustdoc-line...
2016-10-11 borsAuto merge of #36871 - petrochenkov:pdderr, r=nikomatsakis
2016-10-11 borsAuto merge of #36983 - alexcrichton:configure-multiple...
2016-10-11 borsAuto merge of #36825 - sbwtw:master, r=alexcrichton
2016-10-11 borsAuto merge of #36707 - achanda:ip_type, r=alexcrichton
2016-10-10 p512Changed 0 into '0'
2016-10-10 Ulrik SverdrupAdd method str::repeat(self, usize) -> String
2016-10-10 borsAuto merge of #37030 - michaelwoerister:live-debug...
2016-10-10 Guillaume GomezAdd missing urls on String module
2016-10-10 Michael WoeristerICH: Enable some cases in trait definition hashing.
2016-10-10 Michael WoeristerLLVM: Backport "[SimplifyCFG] Correctly test for uncond...
2016-10-10 Michael WoeristerUpdate LLVM to fix bug in SimplifyCFG pass.
2016-10-10 borsAuto merge of #36341 - sagebind:thread_id, r=alexcrichton
2016-10-10 Nicholas NethercoteMerge `Printer::token` and `Printer::size`.
2016-10-09 John FirebaughUpdate E0303 to new error format
2016-10-09 borsAuto merge of #37055 - kali:master, r=alexcrichton
2016-10-09 Mathieu Poumeyroluse MSG_NOSIGNAL on all relevant platforms
2016-10-09 borsAuto merge of #36982 - GuillaumeGomez:slice_urls, r...
2016-10-09 borsAuto merge of #36637 - GuillaumeGomez:fix_run_button...
2016-10-08 borsAuto merge of #37041 - tbu-:pr_less_sizet_casts, r...
2016-10-08 borsAuto merge of #37027 - alexcrichton:less-deps-in-bootst...
2016-10-08 Alex Crichtonrustbuild: Optimize build times slightly
2016-10-08 Guillaume GomezAdd missing urls in slice doc module
2016-10-08 Tobias BucherUse less `size_t` casts in libstd since it's now define...
2016-10-08 borsAuto merge of #37039 - Manishearth:rollup, r=Manishearth
2016-10-08 Florian DieboldAdd ICH test case for consts
2016-10-08 Florian DieboldAdd ICH test case for statics
2016-10-08 Manish GoregaokarRollup merge of #37034 - nox:empty-trait-list, r=alexcr...
2016-10-08 Manish GoregaokarRollup merge of #37031 - fitzgen:typo-in-gcc-rs-comment...
2016-10-08 Manish GoregaokarRollup merge of #37029 - japaric:no-panics-in-checked...
2016-10-08 Manish GoregaokarRollup merge of #37028 - alexcrichton:fix-deps, r=japaric
2016-10-08 Manish GoregaokarRollup merge of #37016 - alexcrichton:workspaces, r...
2016-10-08 Manish GoregaokarRollup merge of #36937 - wesleywiser:patch-3, r=frewsxcv
2016-10-08 borsAuto merge of #37015 - ahmedcharles:sudo, r=alexcrichton
2016-10-08 borsAuto merge of #37014 - nnethercote:avoid-pat_to_string...
2016-10-08 borsAuto merge of #37006 - brson:jsbackend, r=alexcrichton
2016-10-08 Alex Crichtonrustbuild: Use `cargo metadata` to learn about DAG
2016-10-07 Anthony RamineDo not add an empty #[derive()] list in expand_derive...
2016-10-07 Stephen M. CoakleyUnlock guard before overflow panic
2016-10-07 Nick FitzgeraldFix a typo in a comment describing gcc.rs's eh_frame_re...
2016-10-07 Michael Woeristerllvm: Update LLVM to include fix for pathologic case...
2016-10-07 Jorge Apariciorewrite checked_{div,rem} to no contain any reference...
2016-10-07 Alex Crichtonrustbuild: Fix dependencies of check-docs step
2016-10-07 Ahmed CharlesUse workspaces and switch to a single Cargo.lock.
2016-10-07 borsAuto merge of #36981 - alexcrichton:catch-unwind-for...
2016-10-07 borsAuto merge of #36945 - alexcrichton:proc-macro-rename...
2016-10-07 Nicholas NethercoteAvoid some `pat_to_string` calls.
2016-10-07 Wesley WiserFix documentation for `write!` on `std::fmt` page
2016-10-07 borsAuto merge of #37024 - GuillaumeGomez:rollup, r=Guillau...
2016-10-07 Guillaume GomezRollup merge of #37008 - tshepang:quotes, r=steveklabnik
2016-10-07 Guillaume GomezRollup merge of #37003 - GuillaumeGomez:underline-remov...
2016-10-07 Guillaume GomezRollup merge of #36929 - angelsl:issue-36683, r=stevekl...
2016-10-07 Guillaume GomezRollup merge of #36665 - kmcallister:arc-docs, r=stevek...
2016-10-07 Guillaume GomezRollup merge of #36222 - acrrd:better_underline_E0057...
2016-10-07 borsAuto merge of #36940 - eulerdisk:incr_test_for_hash_tra...
2016-10-07 KillTheMuleWrap & improve
2016-10-07 borsAuto merge of #36753 - srinivasreddy:hash, r=nrc
2016-10-07 Srinivas Reddy Tha... Run rustfmt on librustc_typeck/check/ folder
2016-10-07 Ahmed CharlesPrevent accidentally running 'make install' as sudo.
2016-10-06 borsAuto merge of #35641 - ahmedcharles:install, r=alexcrichton
2016-10-06 Tshepang Lekhonkhobereference: use ticks instead of quotes
2016-10-06 Andrea CorradiBetter underline for E0057,E0060,E0061
2016-10-06 borsAuto merge of #37002 - jonathandturner:rollup, r=jonath...
2016-10-06 Alex Crichtonrustc: Rename rustc_macro to proc_macro
2016-10-06 Guillaume GomezRemove underline when run button hovered
2016-10-06 Alex Crichtonstd: Minor cleanup to libtest
2016-10-06 Jonathan TurnerRollup merge of #36977 - Razican:bufreader_typo_fix...
2016-10-06 Jonathan TurnerRollup merge of #36974 - MathieuBordere:mb/36812_ICHFun...
2016-10-06 Jonathan TurnerRollup merge of #36972 - nastevens:fix-rustbuild-per...
2016-10-06 Jonathan TurnerRollup merge of #36967 - edre:master, r=alexcrichton
2016-10-06 Jonathan TurnerRollup merge of #36966 - ollie27:rustdoc_mut_ptr_impl...
2016-10-06 Jonathan TurnerRollup merge of #36965 - kallisti5:master, r=alexcrichton
2016-10-06 Jonathan TurnerRollup merge of #36962 - arielb1:cast-assumptions,...
2016-10-06 Jonathan TurnerRollup merge of #36960 - michaelwoerister:linker-regres...
2016-10-06 Jonathan TurnerRollup merge of #36959 - arielb1:simplify-cfg-fixes...
2016-10-06 Jonathan TurnerRollup merge of #36957 - cynicaldevil:docs, r=frewsxcv
2016-10-06 Jonathan TurnerRollup merge of #36932 - michaelwoerister:type-alias...
2016-10-06 Jonathan TurnerRollup merge of #36930 - angelsl:issue-36202, r=frewsxcv
2016-10-06 Jonathan TurnerRollup merge of #36909 - GuillaumeGomez:merge_e0002_e00...
2016-10-06 Jonathan TurnerRollup merge of #36832 - ParkHanbum:master, r=michaelwo...
2016-10-06 Jonathan TurnerRollup merge of #36726 - cbreeden:patch-1, r=GuillaumeGomez
2016-10-06 KillTheMuleTypos
2016-10-06 KillTheMuleAnother shot at clarity
2016-10-06 KillTheMuleDistinguish lifetimes and their annotations
2016-10-06 KillTheMuleBook: Be very explicit of lifetimes being descriptive
2016-10-06 Andrea PrettoChanged some names
next